summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965
Commit message (Expand)AuthorAgeFilesLines
* i965: Add missing DEFINE_BITS for brw dirty bits.Kenneth Graunke2011-02-081-0/+4
* i965: Separate the BRW_NEW_(VS|WM)_CONSTBUF dirty bits.Kenneth Graunke2011-02-081-1/+1
* i965: Rename a few more commands to match the documentation.Kenneth Graunke2011-02-082-5/+5
* i965: Remove pointless keying of WM state on VUE size.Eric Anholt2011-02-081-4/+0
* mesa/965: add support for GL_EXT_framebuffer_sRGB (v2)Dave Airlie2011-02-051-1/+4
* i965: Drop the dead tracking of color_regions[].Eric Anholt2011-02-043-12/+2
* i965: Drop the INTEL_DEBUG=state spam about the cache size check.Eric Anholt2011-02-041-2/+0
* i965: Emit texel offsets in sampler messages.Kenneth Graunke2011-01-312-4/+43
* Convert everything from the talloc API to the ralloc API.Kenneth Graunke2011-01-318-43/+42
* i965: remove _NEW_ACCUMBrian Paul2011-01-231-1/+0
* glsl, i965: Remove unnecessary talloc includes.Kenneth Graunke2011-01-213-3/+0
* intel: Fix typeos from 3d028024 and 790ff232Ian Romanick2011-01-201-5/+5
* i965: Set correct values for range/precision of fragment shader typesIan Romanick2011-01-201-0/+9
* i965/fs: Take the shared mathbox into account in instruction scheduling.Eric Anholt2011-01-191-0/+15
* i965/fs: Add a helper function for detecting math opcodes.Eric Anholt2011-01-192-8/+13
* i965/fs: Assign URB/CURB register numbers after instruction scheduling.Eric Anholt2011-01-191-2/+3
* i965/fs: Add an instruction scheduler.Eric Anholt2011-01-194-0/+479
* i965/fs: Add a helper for detecting texturing opcodes.Eric Anholt2011-01-192-8/+12
* i965: Fix a comment typo.Eric Anholt2011-01-181-1/+1
* i965: Fix a bug in i965 compute-to-MRF.Eric Anholt2011-01-181-0/+1
* i965: Fix dead pointers to fp->Parameters->ParameterValues[] after realloc.Eric Anholt2011-01-172-10/+36
* i965: add support for EXT_texture_sRGB_decodeDave Airlie2011-01-161-3/+11
* mesa: begin implementation of GL_ARB_draw_buffers_blendBrian Paul2011-01-152-12/+12
* i965: Replace broken handling of dead code with an assert.Eric Anholt2011-01-141-10/+12
* i965: Add an invalidation of live intervals after register splitting.Eric Anholt2011-01-141-0/+1
* i965: fix fbo-srgb on i965.Dave Airlie2011-01-141-0/+5
* i965: Remove unnecessary headers.Vinson Lee2011-01-131-2/+0
* i965/fs: Do flat shading when appropriate.Eric Anholt2011-01-122-20/+42
* i965: Clarify when we need to (re-)calculate live intervals.Eric Anholt2011-01-123-5/+27
* i965/vs: When MOVing to produce ABS, strip negate of the operand.Eric Anholt2011-01-121-0/+1
* i965/fs: When producing ir_unop_abs of an operand, strip negate.Eric Anholt2011-01-121-0/+1
* i965: Tighten up the check for flow control interfering with coalescing.Eric Anholt2011-01-111-12/+26
* i965: Remove dead fallback for stencil _Enabled but no stencil buffer.Eric Anholt2011-01-111-8/+0
* i965: Use a new miptree to avoid software fallbacks due to drawing offset.Eric Anholt2011-01-101-28/+1
* Revert "intel: Always allocate miptrees from level 0, not tObj->BaseLevel."Eric Anholt2011-01-103-10/+15
* i965: Add #defines for HiZ and separate stencil buffer commands.Kenneth Graunke2011-01-101-0/+3
* i965: Add new HiZ related bits to WM_STATE.Kenneth Graunke2011-01-101-1/+8
* i965: Rename more #defines to 3DSTATE rather than CMD or CMD_3D.Kenneth Graunke2011-01-103-22/+22
* i965: Remove unused #defines which only contain the sub-opcode.Kenneth Graunke2011-01-101-22/+0
* intel: Add a vtbl hook for determining if a format is renderable.Eric Anholt2011-01-073-1/+18
* i965: Avoid double-negation of immediate values in the VS.Eric Anholt2011-01-071-4/+3
* i965: Rename various gen6 #defines to match the documentation.Kenneth Graunke2011-01-0612-33/+33
* intel: Always allocate miptrees from level 0, not tObj->BaseLevel.Eric Anholt2011-01-053-15/+10
* intel: Clarify first_level/last_level vs baselevel/maxlevel by deletion.Eric Anholt2011-01-053-6/+5
* i965: Simplify the renderbuffer setup code.Eric Anholt2011-01-051-102/+93
* i965: Add support for SRGB DXT1 formats.Eric Anholt2011-01-042-1/+5
* i965: Use last vertex convention for quad provoking vertex on sandybridgeZhenyu Wang2011-01-041-0/+7
* i965: Correct comment for gen6 fb write control message settingZhenyu Wang2011-01-041-1/+3
* i965: Fix provoking vertex select in clip state for sandybridgeZhenyu Wang2011-01-041-1/+4
* i965: Do lowering of array indexing of a vector in the FS.Eric Anholt2010-12-281-0/+1