summaryrefslogtreecommitdiff
path: root/src/mesa/drivers
AgeCommit message (Expand)Author
2010-05-19r300/compiler: Implement constant foldingNicolai Hähnle
2010-05-19r300/compiler: Emit 0.5 swizzle when necessary.Tom Stellard
2010-05-18i965: Remove constant or ignored-by-hw args from FF sync message setup.Eric Anholt
2010-05-18i965: Revert accidental debug change in 562e2d114ec0cba8Eric Anholt
2010-05-18 gen6 fix: fix a wrong bit in binding_table_pointerZou Nan hai
2010-05-17i965: Fix point coordinate replacement after airlied's ffvertex changes.Eric Anholt
2010-05-17i965: Add SF program disasm under INTEL_DEBUG=sf.Eric Anholt
2010-05-17intel: Call intel_draw_buffer() again after _mesa_make_current()Kristian Høgsberg
2010-05-17i965: Make rasterization of single and multiple quad prims match.Eric Anholt
2010-05-16i965: Remove the half-baked code for multiple OQs at the same time.Eric Anholt
2010-05-16i965: Remove unused occlusion query struct field.Eric Anholt
2010-05-16r300/compiler: fix peephole optimizerTom Stellard
2010-05-16r300/compiler: Implement simple peephole optimizerNicolai Hähnle
2010-05-15r300/compiler: silence a warningMarek Olšák
2010-05-14i965: Set the correct provoking vertex for clipped first-mode trifans.Eric Anholt
2010-05-14i965: Add program dumping for INTEL_DEBUG=gs.Eric Anholt
2010-05-14i965: Parse the ff_sync URB send opcode on Ironlake disasm.Eric Anholt
2010-05-14i965: Use R16G16B16A16_FLOAT for 3-component half-float.Eric Anholt
2010-05-14i965: Dump out the correct shared function for SEND on Ironlake.Eric Anholt
2010-05-14i965: Support INTEL_DEBUG=clip to dump the clip program.Eric Anholt
2010-05-14intel: Handle arbitrary compressed formats in intel_compressed_num_bytes.Eric Anholt
2010-05-13i965: Reduce a single GL_QUADS to GL_TRIANGLE_FAN.Eric Anholt
2010-05-13intel: Don't update window system renderbuffers on TexImage.Eric Anholt
2010-05-13mesa: Remove _mesa_pow(), which is always just pow().Eric Anholt
2010-05-11intel: Don't update renderbuffers in intelSetTexBuffer2 if we have invalidateKristian Høgsberg
2010-05-11intel: Drop viewport hack when we canKristian Høgsberg
2010-05-10mesa: more transform feedback infrastructureBrian Paul
2010-05-10intel: Also flush front buffer in glFinish()Kristian Høgsberg
2010-05-10i915: Drop intelFlush().Vinson Lee
2010-05-10intel: Drop intelFlush()Kristian Høgsberg
2010-05-10intel: Only flush fake front buffer on API level glFlush()Kristian Høgsberg
2010-05-10intel: Don't mark front buffer dirty if we're only readingKristian Høgsberg
2010-05-10intel: Mark frontbuffer dirty in intel_prepare_render()Kristian Høgsberg
2010-05-09osmesa: use unsigned 16-bit/channel formatBrian Paul
2010-05-08r300g: respect compare mode regardless of sampler typeMarek Olšák
2010-05-08r300/compiler: fake equal/notequal for shadow samplersMarek Olšák
2010-05-08r300/compiler: use perspective division only for TXP in shadow samplersMarek Olšák
2010-05-08r300/compiler: make shadow sampler codegen more readable, add commentsMarek Olšák
2010-05-08r300/compiler: shorten RC_*SWIZZLE* expressionsMarek Olšák
2010-05-08r300/compiler: generalize depth texture mode to support arbitrary swizzlesMarek Olšák
2010-05-08r300/compiler: fix LIT instruction case 0^0 = 1Marek Olšák
2010-05-07mesa: remove driver hooks for GetFloat/Integer/Doublev, etcBrian Paul
2010-05-07glapi: Move to src/mapi/.Chia-I Wu
2010-05-04i965: When an RB gets a new region, clear the old from the state cache.Eric Anholt
2010-05-04intel: Don't tile textures so small that size is blown up by over 2x.Eric Anholt
2010-05-04osmesa: remove unused varBrian Paul
2010-05-04osmesa: fix OSMesa for CHAN_BITS=32Brian Paul
2010-05-04intel: Update renderbuffers unconditionally in intelSetTexBuffer2()Kristian Høgsberg
2010-05-04intel: Enable GL_EXT_framebuffer_object for gles2Kristian Høgsberg
2010-05-03driswrast: Fix more context creation breakageKristian Høgsberg