summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2011-05-25mesa: plug in sync object display list functionsBrian Paul1-0/+50
2011-05-25mesa: display list support for glProgramParameteriARB()Brian Paul1-0/+30
2011-05-25mesa: plug shader object functions into display list dispatchBrian Paul1-0/+2
2011-05-25mesa: plug in GL 3.0 ClearBuffer() display list functionsBrian Paul1-5/+1
2011-05-25mesa: fill in missing sampler object display list functionsBrian Paul1-0/+163
2011-05-25st/mesa: simplify some st_context(ctx)->pipe codeBrian Paul6-10/+9
2011-05-25st/mesa: fix incorrect texture level/face/slice accessesBrian Paul2-12/+21
2011-05-25i915g: Bump texture sizesJakob Bornecrantz1-2/+2
2011-05-25i965: Warnings cleanup.Eric Anholt2-4/+0
2011-05-25i965: Fix assertion failures in unused brw_reg setup by deleting it.Eric Anholt1-1/+0
2011-05-25r600g: remove duplicate opcode in r600_opcodes.hAlex Deucher1-1/+0
2011-05-25intel: Change FBO validation criteria to accomodate hiz and seprate stencilChad Versace1-15/+27
2011-05-25intel: Fix intel_draw_buffer() to accomodate hiz and separate stencilChad Versace1-5/+11
2011-05-25intel: Add hiz_region to intel_mipmap_treeChad Versace3-0/+36
2011-05-25intel: Refactor the wrapping of textures with renderbuffersChad Versace1-7/+8
2011-05-25intel: Add hiz_region to intel_renderbufferChad Versace2-0/+46
2011-05-25intel: Add is_hiz_depth_format() to intel_contex.vtblChad Versace3-0/+24
2011-05-25intel: Allocate region for separate stencil bufferChad Versace1-3/+30
2011-05-25intel: Change supported texture formats for separate stencilChad Versace2-1/+7
2011-05-25mesa: Add MESA_FORMAT_X8_Z24 to _mesa_choose_tex_formatChad Versace1-0/+2
2011-05-25intel: Add flags to intel_context for hiz and separate stencilChad Versace2-0/+58