i965: Add support for streaming indirect state rather than caching objects.
[mesa.git] / src / mesa / drivers / dri /
2010-06-11 Eric Anholti965: Add support for streaming indirect state rather...
2010-06-11 Eric Anholti965: Set the CC VP state immediately on state change.
2010-06-11 Eric Anholti965: Update old comment about state cache sizing.
2010-06-11 Eric Anholti965: Move no_batch_wrap assertion out across the area...
2010-06-11 Brian Pauli965: remove UseProgram driver callback
2010-06-10 Vinson Leeintel: Remove unnecessary header.
2010-06-10 Eric Anholti965: Add support for GL_ALPHA framebuffer objects.
2010-06-09 Eric Anholtintel: Use the blitter to upload TexSubImage data to...
2010-06-09 Eric Anholti965: Avoid calloc/free in the CURBE upload process.
2010-06-08 Eric Anholtintel: Flag NEW_BUFFERS when changing draw buffers.
2010-06-08 Eric Anholtintel: Convert remaining dri_bo_emit_reloc to drm_intel...
2010-06-08 Eric Anholtintel: Change dri_bo_* to drm_intel_bo* to consistently...
2010-06-08 Eric Anholtintel: Clean up stale comments in intel_batchbuffer.c.
2010-06-08 Eric Anholtintel: Remove the non-gem paths for batchbuffer upload.
2010-06-08 Eric Anholtintel: Update comment in intel_tex_copy from before...
2010-06-08 Henri Verbeetr600: Make next_inst() static.
2010-06-08 Henri Verbeetr600: Assert output registers have a valid export index.
2010-06-08 Henri Verbeetr600: Process exports for all written fragment outputs.
2010-06-08 Henri Verbeetr600: Fill uiFP_OutputMap for all written fragment...
2010-06-05 Joakim Sindholtr300compiler: fix scons build
2010-06-05 Chris Wilsoni915: Only emit a MI_FLUSH when the drawing rectangle...
2010-06-05 Chris Wilsoni915: Fix off-by-one for drawing rectangle.
2010-06-05 Chris Wilsoni915: Inhibit render cache flush when changing drawing...
2010-06-05 Marek Olšákr300/compiler: implement SIN+COS+SCS for vertex shaders
2010-06-05 Marek Olšákr300/compiler: implement SNE unwound for r3xx VS, nativ...
2010-06-05 Marek Olšákr300/compiler: implement SEQ unwound for r3xx VS, nativ...
2010-06-05 Marek Olšákr300/compiler: implement SFL for vertex shaders
2010-06-04 Eric Anholti915: Don't use XRGB8888 on 830 and 845.
2010-06-04 Eric Anholti915: Clamp minimum lod to maximum texture level too.
2010-06-04 Eric Anholtintel: Fix intel_compressed_num_bytes for FXT1 after...
2010-06-03 Roland ScheideggerMerge branch 'gallium-newclear'
2010-06-03 Marek Olšákr300/compiler: print opcode names instead of numbers
2010-06-03 Vinson Leedri/swrast: Remove unnecessary header.
2010-06-02 Kristian Høgsbergintel: Remove a leftover DRI1/DRI2 conditional
2010-06-01 Kristian Høgsbergintel: Fallback to meta if we're asked to CopyTexImage2...
2010-05-31 Dave Airlieswrast: add TFP support to swrast.
2010-05-31 Dave Airliegallium: fix TFP on gallium
2010-05-31 Chris Wilsonintel: Initialize batch->reserved_space on allocation
2010-05-29 Marek Olšákr300: fix blits for textures of width/height greater...
2010-05-28 Eric Anholti965: Add cache unit -> bo name mapping for more gen6...
2010-05-28 Zou Nan haii965: fix PIPE_CONTROL command for gen6.
2010-05-26 Will DysonEnable hardware mipmap generation for radeon.
2010-05-26 Will DysonFix image_matches_texture_obj() MaxLevel check
2010-05-26 Will DysonFallback to software render if there is no miptree...
2010-05-26 Eric Anholti965: Add support for EXT_timer_query on Ironlake.
2010-05-26 Eric Anholtintel: Handle decode of PIPE_CONTROL instructions.
2010-05-26 Eric Anholti965: Move Gen6 debugging emit_mi_flush into the Gen6...
2010-05-26 Eric Anholti965: Don't PIPE_CONTROL instruction cache flush.
2010-05-26 Eric Anholti965: Emit MI_FLUSH before PSP on Ironlake for clip...
2010-05-26 Marek Olšákr300/compiler: implement SGT+SLE opcodes
2010-05-26 Marek Olšákr300/compiler: fix dumping r5xx vertex shaders
2010-05-26 Marek Olšákr300/compiler: move hardware caps to the radeon_compile...
2010-05-26 Marek Olšákr300/compiler: shorten swizzle expressions
2010-05-23 Eric Anholti965: Add support for all 8 possible ARB_draw_buffers...
2010-05-23 Eric Anholti965: Fix bit allocation for number of color regions...
2010-05-21 Roland ScheideggerMerge branch 'gallium-msaa'
2010-05-21 Keith WhitwellMerge branch 'gallium-front-ccw'
2010-05-20 Eric Anholti965: remove disabled code for cycling through MRF...
2010-05-20 Kristian Høgsbergintel: Throttle after doing copyregion/swapbuffers...
2010-05-13 Eric Anholti965: Reduce a single GL_QUADS to GL_TRIANGLE_FAN.
2010-05-13 Eric Anholtintel: Don't update window system renderbuffers on...
2010-05-11 Kristian Høgsbergintel: Don't update renderbuffers in intelSetTexBuffer2...
2010-05-11 Kristian Høgsbergintel: Drop viewport hack when we can
2010-05-11 Kristian Høgsbergintel: Also flush front buffer in glFinish()
2010-05-10 Vinson Leei915: Drop intelFlush().
2010-05-10 Kristian Høgsbergintel: Drop intelFlush()
2010-05-10 Kristian Høgsbergintel: Only flush fake front buffer on API level glFlush()
2010-05-10 Kristian Høgsbergintel: Don't mark front buffer dirty if we're only...
2010-05-10 Kristian Høgsbergintel: Mark frontbuffer dirty in intel_prepare_render()
2010-05-08 Marek Olšákr300g: respect compare mode regardless of sampler type
2010-05-08 Marek Olšákr300/compiler: fake equal/notequal for shadow samplers
2010-05-08 Marek Olšákr300/compiler: use perspective division only for TXP...
2010-05-08 Marek Olšákr300/compiler: make shadow sampler codegen more readabl...
2010-05-08 Marek Olšákr300/compiler: shorten RC_*SWIZZLE* expressions
2010-05-08 Marek Olšákr300/compiler: generalize depth texture mode to support...
2010-05-08 Marek Olšákr300/compiler: fix LIT instruction case 0^0 = 1
2010-05-07 Chia-I Wuglapi: Move to src/mapi/.
2010-05-05 Eric Anholti965: When an RB gets a new region, clear the old from...
2010-05-05 Eric Anholtintel: Don't tile textures so small that size is blown...
2010-05-04 Kristian Høgsbergintel: Update renderbuffers unconditionally in intelSet...
2010-05-04 Roland ScheideggerMerge commit 'origin/master' into gallium-msaa
2010-05-04 Kristian Høgsbergintel: Enable GL_EXT_framebuffer_object for gles2
2010-05-03 Kristian Høgsbergdriswrast: Fix more context creation breakage
2010-05-03 Dave Airlienouveau: fix nouveau_create_context decleration
2010-05-02 Jakob Bornecrantzswrast: Correct include for mtypes.h
2010-05-02 Xavier ChantryUpdate drisw state tracker to use new API aware context...
2010-05-02 Kristian HøgsbergMerge branch 'gles2-2'
2010-04-30 Roland ScheideggerMerge commit 'origin/master' into gallium-msaa
2010-04-29 Eric Anholti965: Reject shaders with uninlined function calls...
2010-04-29 Eric Anholti965: Fix cube map layouts on Ironlake.
2010-04-29 Eric Anholti965: Implement VS MAX in a more obvious way.
2010-04-29 Eric Anholti965: Use immediate float operands for some VS instruct...
2010-05-19 Keith WhitwellMerge commit 'origin/graw-tests'
2010-05-19 Nicolai Hähnler300/compiler: Implement constant folding
2010-05-19 Tom Stellardr300/compiler: Emit 0.5 swizzle when necessary.
2010-05-18 Eric Anholti965: Remove constant or ignored-by-hw args from FF...
2010-05-18 Eric Anholti965: Revert accidental debug change in 562e2d114ec0cba8
2010-05-18 Zou Nan hai gen6 fix: fix a wrong bit in binding_table_pointer
2010-05-18 Eric Anholti965: Fix point coordinate replacement after airlied...
2010-05-18 Eric Anholti965: Add SF program disasm under INTEL_DEBUG=sf.
next