summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-08-29llvmpipe: Pixel packing/unpacking and loop code generators.José Fonseca
2009-08-29util: Pixel format database.José Fonseca
2009-08-29llvmpipe: Fork softpipe for experimentation with llvm.José Fonseca
2009-08-28Put 'extern' first on the line to silence GCC warnings.Ian Romanick
2009-08-28i965: Use VBOs in the VBO module on 965, now that we have ARB_map_buffer_range.Eric Anholt
2009-08-28vbo: Fix array pointer calculation for MapBufferRange-mapped vertex data.Eric Anholt
2009-08-28intel: Add support for GL_ARB_map_buffer_range.Eric Anholt
2009-08-28i965: Implement ARB_oq CheckQuery in the intended way.Eric Anholt
2009-08-29radeon: Fix swtcl emit pediction.Pauli Nieminen
2009-08-28i915g: Add cursor case for scanout layoutJakob Bornecrantz
2009-08-28i915g: Don't forget to init buffer ptrsJakob Bornecrantz
2009-08-28st/xorg: disable composite accelration for nowZack Rusin
2009-08-28st/xorg: bind samplers before compositionZack Rusin
2009-08-28st/xorg: normalize coords for the src operands in the vertex shaderZack Rusin
2009-08-28radeon: Fix scissors for dri1.Pauli Nieminen
2009-08-28r300g: pretty up the new drm code a bitJoakim Sindholt
2009-08-28st/xorg: If migrating from a sw pixmap to a hw pixmap upload old contentsJakob Bornecrantz
2009-08-28st/xorg: Null devPrivate.ptr when unmappingJakob Bornecrantz
2009-08-28st/xorg: Fix scons build.Michel Dänzer
2009-08-28r300g: support new drm_apiJoakim Sindholt
2009-08-28drm_api: Operate on textures instead of buffersJakob Bornecrantz
2009-08-28st/xorg: Fix some warningsJakob Bornecrantz
2009-08-28st/dri: Fix some warningsJakob Bornecrantz
2009-08-28st/xorg: Pass dri driver name as driverName on screenJakob Bornecrantz
2009-08-28Revert "st/xorg/dri: Pass texture formats via the DRI2 protocol flags."Jakob Bornecrantz
2009-08-28r100/r200: Bring back old PolygonStripple for DRI1.Pauli Nieminen
2009-08-28r100/r200: Share PolygonStripple code.Pauli Nieminen
2009-08-28r200: Fix piglit paths test.Pauli Nieminen
2009-08-28r600: fix scissor also.Dave Airlie
2009-08-28radeon: fix scissors harder.Dave Airlie
2009-08-27intel: Add support for ARB_copy_buffer.Eric Anholt
2009-08-28r300: Fix emit prediction to account scissor emitting correctly.Pauli Nieminen
2009-08-27Merge branch 'mesa_7_5_branch'Brian Paul
2009-08-27docs: fix selection/feedback culling bugBrian Paul
2009-08-27swrast: fix incorrect tri culling in selection/feedback mode.Brian Paul
2009-08-27i915: Fix undefined symbol as of eabe12df44a41e97fb5736959e8864ddbd01be14Eric Anholt
2009-08-27st/xorg: set vertex and fragment shader for the current opZack Rusin
2009-08-27st/xorg: bind rasterizer stateZack Rusin
2009-08-27st/xorg: set blend state for exaZack Rusin
2009-08-27st/xorg: bind framebuffer and viewport for exaZack Rusin
2009-08-27st/xorg: create and destroy shader cacheZack Rusin
2009-08-27st/xorg: Set shared usage of pixmaps for use via DRI2.Michel Dänzer
2009-08-27st/dri: Make sure the front left renderbuffer is there for texture-from-pixmap.Michel Dänzer
2009-08-27st/xorg: Don't hardcode ExaPrepareCopy to fall back to software.Michel Dänzer
2009-08-27st/xorg: Flush context if necessary in ExaPrepareAccess.Michel Dänzer
2009-08-27st/dri: Only ask for fake front buffer for single buffer visuals by default.Michel Dänzer
2009-08-27st/xorg/dri: Pass texture formats via the DRI2 protocol flags.Michel Dänzer
2009-08-27r300: Cleanup reported native program limitsNicolai Hähnle
2009-08-27r300: Debug messages are written to stderr, so fflush thatNicolai Hähnle
2009-08-27radeon/r200/r300: Fix swtcl prediction to work after primitie change.Pauli Nieminen