aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* i965: Make the brw_format_for_mesa_format table static const.Eric Anholt2011-06-241-1/+1
* i965: Don't bother telling swrast_setup about state updates until fallback.Eric Anholt2011-06-243-1/+4
* i965: Don't bother telling tnl about state updates unless we fall back.Eric Anholt2011-06-244-2/+18
* i965: Reuse existing program data when a new compiled program matches.Eric Anholt2011-06-242-20/+82
* st/mesa: fix all_varyings_in_vbos() regressionBrian Paul2011-06-241-1/+17
* Fix 24bpp software renderingMarc Pignat2011-06-243-4/+89
* gallium/tests/trivial: update commentBrian Paul2011-06-241-1/+1
* gallium/tests/trivial: use CXX to do final linkBrian Paul2011-06-241-1/+1
* gallium/tests/trivial: make it buildAlon Levy2011-06-243-6/+11
* st/egl: make native_buffer interface typedChia-I Wu2011-06-246-89/+139
* targets/egl: removedChia-I Wu2011-06-2412-949/+0
* targets/egl-static: replace targets/eglChia-I Wu2011-06-241-0/+201
* targets/egl-static: allow st/mesa to be dynamically loadedChia-I Wu2011-06-244-19/+148
* targets/egl-static: add support for driver lookupChia-I Wu2011-06-241-0/+82
* targets/gbm: build pipe driversChia-I Wu2011-06-2410-9/+314
* dri/r200: properly spell current_atom.Stéphane Marchesin2011-06-231-1/+1
* dri/r200: rename __atom to current_atom.Stéphane Marchesin2011-06-231-3/+3
* gallivm: Fix x86 build with llvm-3.0svn.Vinson Lee2011-06-231-0/+4
* st/egl: drop guess_gl_api from egl_g3d_loaderChia-I Wu2011-06-243-38/+1
* st/egl: use a helper to get st_api from the loaderChia-I Wu2011-06-242-13/+9
* mesa: fix incorrect error stringBrian Paul2011-06-231-1/+1
* nv50,nvc0: prevent pushbuf flush during ctx reloc emissionChristoph Bumiller2011-06-248-22/+32
* st/mesa: fix format selection regressionBrian Paul2011-06-231-3/+7
* vbo: Don't discount stride == 0 for testing all varyings in VBOs.Eric Anholt2011-06-231-2/+1
* vbo: Don't bother checking for stride == 0 for "any varying in a VBO".Eric Anholt2011-06-231-2/+1
* i965/gen6: Add a couple more packets to the nonpipelined workaround list.Eric Anholt2011-06-231-0/+6
* glsl: Flagged extension EXT_texture3D as "supported" in the builtin compiler.Paul Berry2011-06-231-0/+1
* st/egl: Fix scons buildBenjamin Franzke2011-06-231-0/+4
* st/egl: Hookup gbm for drm backendBenjamin Franzke2011-06-237-44/+99
* egl_dri2: Hookup gbm as drm platformBenjamin Franzke2011-06-235-61/+131
* gbm: Add gallium (drm) backendBenjamin Franzke2011-06-238-0/+680
* gbm: Add dri backendBenjamin Franzke2011-06-236-0/+575
* Add gbm (generic/graphics buffer manager)Benjamin Franzke2011-06-2313-0/+900
* st/dri: Implement DRIimageExtension::dupImageBenjamin Franzke2011-06-231-0/+19
* intel: Implement DRIimageExtension::dupImageBenjamin Franzke2011-06-231-1/+26
* r600g: Add R8G8B8A8_UNORM to evergreen colorswap tableBenjamin Franzke2011-06-231-0/+1
* r600g: bump shader input limitsMarek Olšák2011-06-231-2/+2
* st/wgl: return height, not width for WGL_PBUFFER_HEIGHT_ARBBrian Paul2011-06-231-1/+1
* st/egl/wayland: Take resize parameters only if size changesBenjamin Franzke2011-06-231-5/+3
* st/mesa: use a helper for st_framebuffer creationChia-I Wu2011-06-231-18/+29
* st/mesa: prefer native texture formats when possible.Stéphane Marchesin2011-06-224-8/+101
* i915g: Add draw point sprites.Stéphane Marchesin2011-06-222-2/+2
* i915g: Fix comment.Stéphane Marchesin2011-06-221-1/+1
* i915g: Support more texture and render target formats.Stéphane Marchesin2011-06-225-11/+75
* r600c: add missing bank tiling case for evergreenAlex Deucher2011-06-221-0/+3
* r600g: fix num_banks interpretation on eg+Alex Deucher2011-06-221-1/+14
* r600g: Fix use of uninitialized local variable extra_size.Michel Dänzer2011-06-221-1/+1
* mesa: comments and 80-column wrappingBrian Paul2011-06-221-6/+21
* mesa: update comments in update_program_enables()Brian Paul2011-06-221-1/+4
* mesa: update/fix comments in update_program()Brian Paul2011-06-221-17/+16