Displaying 5 results from an estimated 5 matches for "num_formats".
2013 Nov 15
4
[PATCH 1/5] drm/nv10/plane: fix format computation
Otherwise none of the format checks pass, since the width was still in
16.16 encoding.
Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu>
---
This must have been some sort of last-second cleanup I made and forgot to
test, because with this code, there's no way it could ever have worked...
drivers/gpu/drm/nouveau/dispnv04/overlay.c | 17 +++++++++--------
1 file changed, 9
2005 Oct 17
4
How to send excel file to browser (spreadsheat 0.3.2)
hey, i want to generate an excel file and send it directly to the browser
(without storing it to the harddisk).
does anyone has any solution?
thanks in advance
this is my code:
--------------------
def export_excel
if @request.env[''HTTP_USER_AGENT''] =~ /msie/i
@headers[''Pragma''] = ''''
@headers[''Cache-Control''] =
2018 Apr 10
0
[ANNOUNCE] xorg-server 1.19.99.904
...fds we don't own
dri3: annotate fds/strides/offsets arrays as const
dri3: simplify dri3_open() implementation
xwayland: zero num_modifiers from the start
glamor: zero num_modifiers from the start
dri3: check for ::get_drawable_modifiers failure
xwayland: zero num_formats from the start
glamor: zero num_formats from the start
dri3: rework format/modifier caching
Jon Turney (1):
hw/xwin/glx: Allocate fbconfigs correctly
Kyle Brenneman (1):
GLX: Fix a use after free error with the GLVND vendor handle.
Louis-Francis Ratté-Boulianne (2):...
2008 Nov 04
0
Hi Everyone
I am Generating the Excel sheet using the ruby on rails
I installed the gem spreadsheet/excel
and the spreadsheet
and in my code i wrote the lines
require ''spreadsheet/excel''
require ''spreadsheet''
i used to format the excel sheet
wb = Spreadsheet::Excel.new(path) # creates the Excel sheet
ws = wb.add_worksheet("employee") # creates the work
2018 Feb 20
4
[PATCH] drm/nouveau: Replace the iturbt_709 prop with the standarad COLOR_ENCODNIG prop
From: Ville Syrjälä <ville.syrjala at linux.intel.com>
Replace the ad-hoc iturbt_709 property with the new standard
COLOR_ENCODING property. Compiles, but not tested.
Cc: Daniel Vetter <daniel at ffwll.ch>
Cc: nouveau at lists.freedesktop.org
Cc: Ben Skeggs <bskeggs at redhat.com>
Cc: Ilia Mirkin <imirkin at alum.mit.edu>
Signed-off-by: Ville Syrjälä <ville.syrjala at