aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* st/wgl: Allow to create pbuffers bigger than the desktop.José Fonseca2011-05-041-1/+25
* st/wgl: Cope with zero width/height windows.José Fonseca2011-05-041-12/+38
* i915g: add const qualifier to silence warningBrian Paul2011-05-031-1/+1
* r600g: add some new pci idsAlex Deucher2011-05-031-0/+4
* st/xorg: flush after loading the cursorMarcin Slusarz2011-05-031-7/+15
* gallium/draw: Fix enum type taken by draw_get_shader_param().Michel Dänzer2011-05-031-1/+1
* r600g: reorder capsMarek Olšák2011-05-031-17/+10
* r600g: set correct PIPE_CAP_MAX_COMBINED_SAMPLERSMarek Olšák2011-05-031-3/+2
* nv50,nvc0: advertise GL_FIXED vertex buffers as supportedChristoph Bumiller2011-05-032-0/+36
* gallium: reorder fields of pipe_rasterizer_state to pack it more tightlyMarek Olšák2011-05-021-6/+8
* r600g: document some new evergreen formatsMarek Olšák2011-05-021-0/+3
* r600g: remove some more FIXME commentsMarek Olšák2011-05-022-2/+0
* st/xorg: Fix two more instances of typo 'accle'.Michel Dänzer2011-05-021-2/+2
* st/xorg: fix typosMarcin Slusarz2011-05-022-4/+4
* targets/xorg-nouveau: load nouveau_dri.so instead of i915_dri.soMarcin Slusarz2011-05-021-1/+1
* targets/xorg-nouveau: add libnvc0.a to nouveau libsMarcin Slusarz2011-05-021-0/+1
* r600g: remove some FIXME commentsMarek Olšák2011-05-022-2/+0
* Revert "r600g: truncate point sampled texture coordinates"Marek Olšák2011-05-022-14/+1
* tgsi: remove set-but-unused variablesMarek Olšák2011-05-011-4/+0
* draw: remove set-but-unused variableMarek Olšák2011-05-011-2/+1
* rbug: remove set-but-unused variablesMarek Olšák2011-05-013-28/+0
* r600g: remove set-but-unused variableMarek Olšák2011-05-011-4/+0
* r600g: remove FIXME commentMarek Olšák2011-05-011-3/+0
* i915g: enable X-tiling for s3tc texturesDaniel Vetter2011-04-301-2/+1
* r300/compiler: Rewrite register allocatorTom Stellard2011-04-301-0/+1
* egl/wayland: Fix possible lockup in drm initializationBenjamin Franzke2011-04-291-1/+1
* r600g: print opcodes names instead of numbersMarek Olšák2011-04-291-1/+3
* r600g: implement EXT_packed_floatMarek Olšák2011-04-293-0/+10
* util: implement R11G11B10_FLOAT pack/unpack functionsMarek Olšák2011-04-294-1/+336
* mesa, util: move RGB9E5 conversion functions to gallium/utilMarek Olšák2011-04-292-1/+165
* r600g: trivially implement EXT_texture_shared_exponentMarek Olšák2011-04-291-0/+5
* util: implement R9G9B9E5 pack and unpack functionsMarek Olšák2011-04-291-5/+82
* i915g: Enable S3TC texture supportChristopher Egert2011-04-292-6/+11
* llvmpipe: move active_query assignmentBrian Paul2011-04-281-2/+2
* llvmpipe: move active_query assignment in lp_setup_begin_query()Brian Paul2011-04-281-2/+2
* svga: emit user-defined clip plane stateBrian Paul2011-04-273-11/+26
* util: make macros MIN3, MAX3, MIN4, MAX4 little more efficientMarek Olšák2011-04-271-4/+4
* gallium/nouveau: fix printf warningsMarek Olšák2011-04-272-2/+2
* gallivm: fix warning: ‘value’ may be used uninitialized in this functionMarek Olšák2011-04-271-1/+1
* svga: fix warning: ‘uc.ui’ may be used uninitialized in this functionMarek Olšák2011-04-271-1/+1
* os: simplify ifdefnobled2011-04-271-1/+1
* winsys/wayland: Fix typo in MakefileBenjamin Franzke2011-04-251-1/+1
* st/egl: Add wayland shm softpipe supportBenjamin Franzke2011-04-254-3/+192
* st/egl: Generalize wayland backend a bitBenjamin Franzke2011-04-253-253/+361
* winsys: Add wayland shm sw winsysBenjamin Franzke2011-04-254-0/+343
* r600g: Unify comment style somewhat.Henri Verbeet2011-04-257-48/+53
* r600g: Cleanup the big endian support a bit.Henri Verbeet2011-04-2511-162/+166
* r600g: Use EG constants in EG r600_colorformat_endian_swap().Henri Verbeet2011-04-251-21/+21
* r600g: Remove r600_helper.c from SConscript.Vinson Lee2011-04-241-1/+0
* r600g: remove some pointless and unused functionsMarek Olšák2011-04-253-21/+3