summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-05-30Fiuxp make tarballs for wayland-egl/drmgbm-2Benjamin Franzke1-0/+2
2011-05-30st/egl: Hookup gbm for drm backendBenjamin Franzke6-43/+94
2011-05-30egl_dri2: Hookup gbm as drm platformBenjamin Franzke5-61/+129
2011-05-30gbm: Add gallium (drm) backendBenjamin Franzke9-0/+610
2011-05-30gbm: Add dri backendBenjamin Franzke5-0/+517
2011-05-30Add gbm (generic/graphics buffer manager)Benjamin Franzke20-2/+759
2011-05-30targets/egl: Support driver name lookup using pci listsBenjamin Franzke7-72/+87
2011-05-30egl_dri2: Use external driver pci listBenjamin Franzke8-664/+127
2011-05-30Add (dummy) nouveau pci listBenjamin Franzke2-1/+3
2011-05-30Add radeon pci listsBenjamin Franzke2-0/+483
2011-05-30intel pci listBenjamin Franzke2-0/+47
2011-05-30st/dri: Implement DRIimageExtension::dupImageBenjamin Franzke1-0/+19
2011-05-30intel: Implement DRIimageExtension::dupImageBenjamin Franzke1-1/+26
2011-05-30dri: Add dupImage to DRIimageExtensionBenjamin Franzke1-0/+2
2011-05-29r300g: clear can be killed by render conditionMarek Olšák3-7/+35
2011-05-28r300g: Fix non-dri buildsTom Stellard2-1/+7
2011-05-29r300g: fix occlusion queries when depth test is disabled or zbuffer is missingMarek Olšák2-6/+27
2011-05-29r300g: cleanup render_condition a bitMarek Olšák1-5/+3
2011-05-29r300g: remove fake occlusion queries (debug option)Marek Olšák3-58/+7
2011-05-29r300g: remove debug option DBG_FALLMarek Olšák2-2/+1
2011-05-29r300g: print some HyperZ debug infoMarek Olšák2-0/+4
2011-05-27glx: Fix glXGetFBConfigFromVisualSGIX.Stéphane Marchesin1-1/+1
2011-05-27mesa: set parameter list StateFlags field in _mesa_layout_parameters()Pierre-Eric Pelloux-Prayer1-0/+1
2011-05-27i965/fs: Fix up for 8752764076e5b3f052a57e0134424a37bf2e9164.Eric Anholt2-4/+4
2011-05-27mesa: Include shader target in dumps of GLSL source.Eric Anholt1-1/+2
2011-05-27i965/fs: Do a FS compile up front at link time to produce link errors.Eric Anholt5-27/+142
2011-05-27i965/fs: Split the GLSL IR -> FS LIR visitor to brw_fs_visitor.cpp.Eric Anholt4-1679/+1736
2011-05-27i965/fs: Split the BRW native code emit to brw_fs_emit.cppEric Anholt3-839/+876
2011-05-27i965: Move a couple of GLSL IR -> BRW helper functions to brw_shader.cpp.Eric Anholt3-49/+76
2011-05-27i965: Move non-FS-specific shader support to brw_shader.cpp.Eric Anholt3-100/+129
2011-05-27i965: Avoid generating MOVs for assignments of expressions.Eric Anholt2-12/+75
2011-05-27i965/fs: Move the computation of register block count from unit to compile.Eric Anholt4-7/+18
2011-05-27i965/fs: Track fixed GRF regs separate from allocated GRF file in scheduling.Eric Anholt2-1/+22
2011-05-27i965/fs: Add a helper function for add_dep(before, after, before->latency).Eric Anholt1-31/+19
2011-05-27nv50: fix emit_add_a16 to emit correct source regTrevor Davenport1-2/+2
2011-05-26mesa: s/height/depth/ in texsubimage()Brian Paul1-1/+1
2011-05-26mesa: plug _mesa_GetObjectParameterivAPPLE into display list dispatch tableBrian Paul1-0/+1
2011-05-26mesa: plug in GL_ARB_vertex_array_object display list functionsBrian Paul1-0/+4
2011-05-26mesa: more geometry shader display list functionsBrian Paul1-0/+53
2011-05-26mesa: more transform feedback display list functionsBrian Paul1-12/+98
2011-05-26mesa: make query object API functions staticBrian Paul2-24/+6
2011-05-26mesa: simplify query object display list dispatch setupBrian Paul1-6/+2
2011-05-26i965: Pack the lookup and line_aa bits into the first dword of the key.Eric Anholt1-2/+2
2011-05-26i965: Remove dead shadowtex_mask entry in the WM key.Eric Anholt2-4/+0
2011-05-26i965: Remove linear_color for GL_PERSPECTIVE_CORRECTION_HINT.Eric Anholt7-30/+10
2011-05-26intel: Drop doubly irrelevant code in intelReadBuffers.Eric Anholt1-12/+0
2011-05-26mesa: Flush vertices before updating drawbuffer computed state.Eric Anholt1-7/+7
2011-05-26mesa: Allow NULL read/draw in complete FBOs in ARB_ES2_compatibility.Eric Anholt1-1/+1
2011-05-26mesa: Trigger FBO validation on DrawBuffers change in non-ES2 mode.Eric Anholt1-10/+26
2011-05-25mesa: minor whitespace fixesBrian Paul1-4/+4