summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* st/egl: clean up eglCopyBuffersChia-I Wu2011-06-257-42/+63
* st/egl: reorganize backend initializationChia-I Wu2011-06-2514-197/+172
* i915g: always upload the vs constants.7.11-branchpointStéphane Marchesin2011-06-241-9/+7
* i965/gen5: Fix grf_used calculation for 16-wide.Eric Anholt2011-06-241-5/+4
* i915g: add fake occlusion queries.Stéphane Marchesin2011-06-245-0/+125
* i915g: Don't do shader fixup if no surface is bound.Stéphane Marchesin2011-06-241-3/+9
* i915g: Fix point sprites.Stéphane Marchesin2011-06-248-31/+204
* indices: fix conversion of PIPE_PRIM_POLYGON to linesBrian Paul2011-06-242-3/+8
* i965: fix mask used to write to clip distance registers when gen>6Paul Berry2011-06-241-1/+1
* r600g: limit fs_write_all shader rebuild to eg+Alex Deucher2011-06-241-1/+1
* r600g: eg+ support for FS_COLOR0_WRITES_ALL_CBUFSAlex Deucher2011-06-246-30/+61
* intel: Fix workaround for _mesa_update_framebufferChad Versace2011-06-241-3/+5
* intel: Change framebuffer validation criteriaChad Versace2011-06-241-10/+3
* intel: In intel_update_wrapper, support s8z24 textures when using separate st...Chad Versace2011-06-241-6/+35
* intel: Factor region updates out of intel_update_wrapperChad Versace2011-06-241-0/+18
* intel: During glTexImage, allocate renderbuffers for faking s8z24 texturesChad Versace2011-06-241-0/+62
* intel: Declare some functions in intel_fbo.c as non-staticChad Versace2011-06-242-2/+14
* intel: Change signature of intel_create_wrapped_renderbufferChad Versace2011-06-242-22/+12
* intel: Perform gather on s8z24 texture images during glGetTexImageChad Versace2011-06-241-0/+8
* intel: Define functions intel_texture_s8z24_scatter/gatherChad Versace2011-06-241-0/+70
* intel: Add fields to intel_texture for faking s8z24 with separate stencilChad Versace2011-06-243-12/+40
* st/mesa: add PIPE_FORMAT_R8G8B8A8_UNORM as the first RGBA format.Stéphane Marchesin2011-06-241-1/+1
* mesa: don't allocate memory in _mesa_unpack_depth_span if we don't need itMarek Olšák2011-06-241-7/+7
* mesa: fix a memory leak in _mesa_unpack_depth_spanMarek Olšák2011-06-241-0/+1
* mesa: fix texstore of DEPTH24_STENCIL8 if srcFormat is STENCIL_INDEXMarek Olšák2011-06-241-3/+6
* mesa: remove unused function _mesa_new_depthstencil_renderbufferMarek Olšák2011-06-242-26/+0
* st/mesa: fix pipe_get_transfer() call in fallback_copy_texsubimage()Brian Paul2011-06-241-1/+2
* egl_dri2: Build drm platform only if enabledBenjamin Franzke2011-06-242-1/+8
* r600g: implement fragment and vertex color clampVadim Girlin2011-06-247-9/+87
* r600g: optimize spi updateVadim Girlin2011-06-242-3/+8
* r600g: LIT: fix x&y slots orderVadim Girlin2011-06-241-11/+11
* 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