integer overflow in XF86DRIGetClientDriverName() [CVE-2013-1993 2/2]
[mesa.git] / src / gallium /
2013-05-30 Zack Rusindraw: fix vs/fs input/output mismatches
2013-05-30 Courtney Goeltzenl... ilo: simplify shader variant handling
2013-05-30 Brian Pauldraw: add cast in debug_printf() to silence warning
2013-05-30 Brian Paulsvga: add PIPE_CAP_MAX_VIEWPORTS to switch to silence...
2013-05-25 Zack Rusindraw: make sure viewport index is fetched from leading...
2013-05-25 Zack Rusinllvmpipe: clamp scissors to be between 0 and max
2013-05-25 Zack Rusindraw: clamp the viewports to always be between 0 and max
2013-05-25 Zack Rusingallium/docs: adds documentation for multi viewport cap
2013-05-25 Zack Rusindraw: fixup draw_find_shader_output
2013-05-25 Zack Rusinllvmpipe: implement support for multiple viewports
2013-05-25 Zack Rusindraw: implement support for multiple viewports
2013-05-25 Zack Rusingallium: Add support for multiple viewports
2013-05-29 Anthony G. Basilegallium: fix build on uclibc system
2013-05-28 Roland Scheideggerllvmpipe: get rid of tiled/linear layout remains
2013-05-28 Michel Dänzerradeonsi: Enable GLSL 1.30
2013-05-28 Michel Dänzerradeonsi: Handle TGSI TXQ opcode
2013-05-28 Michel Dänzerradeonsi: Add support for TGSI TXF opcode
2013-05-28 Michel Dänzerradeonsi: Use tgsi_util_get_texture_coord_dim()
2013-05-28 Michel Dänzerradeonsi: Handle TGSI_SEMANTIC_CLIPDIST
2013-05-28 Michel Dänzerradeonsi: Make border colour state handling safe for...
2013-05-28 Michel Dänzerradeonsi: Fix hardware state for dual source blending
2013-05-28 Vadim Girlinr600g/sb: handle more cases for folding in gvn pass
2013-05-27 Christian Königst/vdpau: destroy handle table only when it's empty
2013-05-27 Christian Königst/vdpau: remove vlCreateHTAB from surface functions
2013-05-27 Christian Königst/vdpau: invalidate the handles on destruction
2013-05-27 Vadim Girlinr600g/sb: improve folding for SETcc
2013-05-27 Vadim Girlinr600g/sb: optimize CNDcc instructions
2013-05-27 Vadim Girlinr600g/sb: improve optimization of conditional instructions
2013-05-27 Chia-I Wuilo: enable multiple constant buffers
2013-05-27 Chia-I Wuilo: add support for indirect access of CONST in FS
2013-05-27 Chia-I Wuilo: add support for TBOs on GEN6
2013-05-27 Chia-I Wuilo: advertise supports for pure integer formats
2013-05-27 Chia-I Wuilo: add support for texture buffer objects
2013-05-27 Chia-I Wutgsi: add buffer texture to tgsi_util_get_texture_coord...
2013-05-26 Vadim Girlinr600g/sb: improve handling of KILL instructions
2013-05-26 Vadim Girlinr600g/sb: fix peephole optimization for PRED_SETE
2013-05-26 Vadim Girlinr600g/sb: fix scheduling of PRED_SET instructions
2013-05-25 Vadim Girlinr600g/sb: fix handling of preloaded inputs for compute...
2013-05-24 Brian Paulst/glx: add null ctx check in glXDestroyContext()
2013-05-24 Brian Paulst/glx/xlib: assorted whitespace, comment fixes
2013-05-24 Vadim Girlinr600g/sb: fix incorrect assert
2013-05-24 Vadim Girlinr600g/sb: relax some restrictions for FETCH instructions
2013-05-24 Vadim Girlinr600g/sb: relax register allocation for compute shaders
2013-05-24 Vadim Girlinr600g/sb: fix gpr array handling for compute shaders
2013-05-24 Vadim Girlinr600g/sb: fix buffer overflow in sb_ostream
2013-05-23 Tom Stellardr600g/compute: Use common transfer_{map,unmap} function...
2013-05-23 Tom Stellardr600g/compute: Use common transfer_{map,unmap} function...
2013-05-23 Rob Clarkfreedreno: scissor fix
2013-05-23 Rob Clarkfreedreno: implement pipe->resource_copy_region()
2013-05-23 Vinson Leeilo: Initialize need_flush in draw_vbo.
2013-05-23 Vinson Leeradeon: Initialize variables in radeon_llvm_context_init.
2013-05-22 Roland Scheideggersoftpipe: change TEX_TILE_SIZE and NUM_TEX_TILE_ENTRIES
2013-05-22 Roland Scheideggersoftpipe: disambiguate TILE_SIZE / TEX_TILE_SIZE
2013-05-22 Roland Scheideggerllvmpipe: disable simple_shader optimization
2013-05-22 Roland Scheideggerllvmpipe: fix early depth test / late depth write stenc...
2013-05-22 Roland Scheideggerllvmpipe: fix issue with not writing new stencil values
2013-05-22 Roland Scheideggerllvmpipe: (trivial) remove confusing code in stencil...
2013-05-22 Roland Scheideggerllvmpipe: fix bug in early depth test / late depth...
2013-05-22 Alexander von Gluck IVHaiku: Add Gallium winsys and target code
2013-05-22 Chia-I Wuilo: set more fields of 3DSTATE_DEPTH_BUFFER
2013-05-22 Chia-I Wuilo: correctly set view extent in SURFACE_STATE
2013-05-22 Chia-I Wuilo: avoid unnecessary emission of SO states
2013-05-21 Michel Dänzerradeonsi: Fix user clip planes
2013-05-21 Michel Dänzerradeonsi: Handle TGSI_SEMANTIC_CLIPVERTEX
2013-05-21 Michel Dänzerradeonsi: Initial support for multiple constant buffers
2013-05-21 Michel Dänzerradeonsi: Fix handling of TGSI_SEMANTIC_PSIZE
2013-05-21 Marek Olšákradeonsi: increase array size for shader inputs and...
2013-05-21 Brian Paulst/glx/xlib: check for null ctx pointer in glXIsDirect()
2013-05-21 José Fonsecascons: Don't force stabs debug format for Mingw.
2013-05-21 Chia-I Wuilo: use BLT engine to copy between textures
2013-05-21 Chia-I Wuilo: use BLT engine to copy between buffers
2013-05-21 Chia-I Wuilo: refactor blitter_xy_color_blt()
2013-05-21 Chia-I Wuilo: replace cp hooks by cp owner and flush callback
2013-05-21 Chia-I Wuilo: harware contexts are only for the render ring
2013-05-21 Chia-I Wuilo: update format mappings
2013-05-21 Chia-I Wuilo: update headers from i965
2013-05-20 Vincent Lejeuner600g/llvm: fix cubemap lod/bias
2013-05-20 Vincent Lejeuner600g/llvm: Fix texelFetchOffset-2D
2013-05-20 Vincent Lejeuner600g/llvm: Fix cubearray textureSize
2013-05-20 Vincent Lejeuner600g/llvm: Factorize code loading from const buffer.
2013-05-17 Roland Scheideggerllvmpipe: enable z32s8x24 format
2013-05-17 Roland Scheideggerllvmpipe: handle z32s8x24 depth/stencil format
2013-05-17 Roland Scheideggerllvmpipe: get rid of unused tiled/linear logic
2013-05-17 Roland Scheideggerllvmpipe: fix bogus handling of first_layer when settin...
2013-05-17 Roland Scheideggergallivm: handle z32s8x24 format for sampling
2013-05-17 José Fonsecagallivm: Eliminate 8.8 fixed point intermediates from...
2013-05-17 José Fonsecagallivm: Add and use lp_build_lerp_3d.
2013-05-17 Tom Stellardradeon/llvm: Run standard optimization passes on conput...
2013-05-16 Niels Ole Salscheiderr600g: fixup for MSAA texture support checking
2013-05-16 José Fonsecallvmpipe: Temporary workaround to prevent segfault...
2013-05-16 José Fonsecagallivm: Support pointers in lp_build_print_value().
2013-05-16 Chia-I Wuilo: emit 3DSTATE_STENCIL_BUFFER on GEN7+
2013-05-16 Chia-I Wuilo: add support for stencil resources on GEN7+
2013-05-16 Chia-I Wuwinsys/intel: test for and expose address swizzling
2013-05-15 Marek Olšákr600g: cleanup MSAA texture support checking
2013-05-15 Marek Olšákr600g: rewrite FMASK allocation, fix FMASK texturing...
2013-05-15 José Fonsecadraw: More defensive coding in DRAW_GET_IDX.
2013-05-15 José Fonsecadraw: Fix vsplit regression when the ib can be used...
2013-05-15 Chia-I Wuilo: clean up transfer format conversion
2013-05-15 Chia-I Wuilo: rework transfer mapping method choosing
next