summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965
AgeCommit message (Expand)Author
2011-02-21i965: Clean up brw_prepare_vertices()Chris Wilson
2011-02-21intel: combine short memcpy using a temporary allocated bufferChris Wilson
2011-02-21i965: upload normal arrays as interleavedChris Wilson
2011-02-21i965: interleaved vboChris Wilson
2011-02-21i965: emit one vb packet per vboChris Wilson
2011-02-21i965: upload transient indices into the same discontiguous bufferChris Wilson
2011-02-21i965: suppress repeat-emission of identical vertex elementsChris Wilson
2011-02-21i965: Move repeat-instruction-suppression to batchbuffer coreChris Wilson
2011-02-21intel: use pwrite for batchChris Wilson
2011-02-21i965: drop state_bo references to batch_boChris Wilson
2011-02-21i965: directly write wm state to batchChris Wilson
2011-02-21i965: write cc straight to batchChris Wilson
2011-02-21i965: switch gen6 to use its own cc state boChris Wilson
2011-02-21intel: Buffered uploadChris Wilson
2011-02-21i965: Combine vb upload buffer with the general upload bufferChris Wilson
2011-02-21intel: Pack dynamic draws togetherChris Wilson
2011-02-21i965: Trim the trailing NOOP from 3DSTATE_INDEX_BUFFERChris Wilson
2011-02-21i965: Fallback on encountering a NULL render bufferChris Wilson
2011-02-08i965: Add missing DEFINE_BITS for brw dirty bits.Kenneth Graunke
2011-02-08i965: Separate the BRW_NEW_(VS|WM)_CONSTBUF dirty bits.Kenneth Graunke
2011-02-08i965: Rename a few more commands to match the documentation.Kenneth Graunke
2011-02-08i965: Remove pointless keying of WM state on VUE size.Eric Anholt
2011-02-05mesa/965: add support for GL_EXT_framebuffer_sRGB (v2)Dave Airlie
2011-02-04i965: Drop the dead tracking of color_regions[].Eric Anholt
2011-02-04i965: Drop the INTEL_DEBUG=state spam about the cache size check.Eric Anholt
2011-01-31i965: Emit texel offsets in sampler messages.Kenneth Graunke
2011-01-31Convert everything from the talloc API to the ralloc API.Kenneth Graunke
2011-01-23i965: remove _NEW_ACCUMBrian Paul
2011-01-21glsl, i965: Remove unnecessary talloc includes.Kenneth Graunke
2011-01-20intel: Fix typeos from 3d028024 and 790ff232Ian Romanick
2011-01-20i965: Set correct values for range/precision of fragment shader typesIan Romanick
2011-01-19i965/fs: Take the shared mathbox into account in instruction scheduling.Eric Anholt
2011-01-19i965/fs: Add a helper function for detecting math opcodes.Eric Anholt
2011-01-19i965/fs: Assign URB/CURB register numbers after instruction scheduling.Eric Anholt
2011-01-19i965/fs: Add an instruction scheduler.Eric Anholt
2011-01-19i965/fs: Add a helper for detecting texturing opcodes.Eric Anholt
2011-01-18i965: Fix a comment typo.Eric Anholt
2011-01-18i965: Fix a bug in i965 compute-to-MRF.Eric Anholt
2011-01-17i965: Fix dead pointers to fp->Parameters->ParameterValues[] after realloc.Eric Anholt
2011-01-16i965: add support for EXT_texture_sRGB_decodeDave Airlie
2011-01-15mesa: begin implementation of GL_ARB_draw_buffers_blendBrian Paul
2011-01-14i965: Replace broken handling of dead code with an assert.Eric Anholt
2011-01-14i965: Add an invalidation of live intervals after register splitting.Eric Anholt
2011-01-14i965: fix fbo-srgb on i965.Dave Airlie
2011-01-13i965: Remove unnecessary headers.Vinson Lee
2011-01-12i965/fs: Do flat shading when appropriate.Eric Anholt
2011-01-12i965: Clarify when we need to (re-)calculate live intervals.Eric Anholt
2011-01-12i965/vs: When MOVing to produce ABS, strip negate of the operand.Eric Anholt
2011-01-12i965/fs: When producing ir_unop_abs of an operand, strip negate.Eric Anholt
2011-01-11i965: Tighten up the check for flow control interfering with coalescing.Eric Anholt