summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-09-09i965: fix an overlooked merge conflictBrian Paul1-13/+0
2009-09-09r600: check if textures are actually enabled before submissionAlex Deucher2-56/+64
2009-09-09Merge branch 'mesa_7_6_branch'Brian Paul18-26/+63
2009-09-09mesa: regenerate get.c form get_gen.pyBrian Paul1-0/+16
2009-09-09mesa: move call to init_c_cliptest() from enable.c to tnl module.Brian Paul4-8/+24
2009-09-09Merge branch 'mesa_7_5_branch' into mesa_7_6_branchBrian Paul8-6/+28
2009-09-09gallium: Added HaikuOS platformaljen9-19/+31
2009-09-09mesa: disable GL_LUMINANCE case in _mesa_meta_draw_pixels()Brian Paul1-1/+4
2009-09-09scons: Set default_dri to no for Mac OS.Vinson Lee1-2/+2
2009-09-09r600: fix ftp for dri1Alex Deucher1-3/+4
2009-09-09intel: add B43 chipset supportZhenyu Wang2-1/+6
2009-09-09r600: don't setup hardware state if TFPDave Airlie1-0/+4
2009-09-08progs/tests: added Z invert optionBrian Paul1-0/+12
2009-09-08mesa: bump version to 7.7Brian Paul3-5/+5
2009-09-08gallium: added r8g8b8_get/put_tile_rgba()Brian Paul1-1/+53
2009-09-08progs/demos: added RGB invert optionBrian Paul1-0/+22
2009-09-08mesa: fix viewport_z_clip breakageBrian Paul1-7/+15
2009-09-09i915g: Add buffer write callbackJakob Bornecrantz2-0/+24
2009-09-09i915g: Reorg vbuf code a bitJakob Bornecrantz1-36/+61
2009-09-09i915g: pwrite batchbuffer instead of mapJakob Bornecrantz1-3/+18
2009-09-09i915g: Keep vertex buffers in a fifoJakob Bornecrantz1-5/+36
2009-09-09util: Add super simple fifoJakob Bornecrantz1-0/+94
2009-09-09i915g: Map vertex buffers via gttJakob Bornecrantz1-0/+1
2009-09-09i915g: Remove lib prefix from driverJakob Bornecrantz1-1/+2
2009-09-08docs: Add basic 7.7 relnotes.Eric Anholt2-0/+54
2009-09-08intel: Add support for ARB_draw_elements_base_vertex.Eric Anholt2-1/+3
2009-09-08mesa: Add support for ARB_draw_elements_base_vertex.Eric Anholt20-131/+453
2009-09-08glapi: Add ARB_draw_elements_base_vertexEric Anholt11-2504/+2787
2009-09-08mesa: Expose NV_depth_clamp if ARB_depth_clamp is supported.Eric Anholt3-0/+3
2009-09-08i965: Add support for ARB_depth_clamp.Eric Anholt3-5/+15
2009-09-08Regenerate files for GL_ARB_depth_clamp.Eric Anholt1-2605/+2607
2009-09-08mesa: Add support for ARB_depth_clamp.Eric Anholt22-40/+158
2009-09-08i965: Respect spec requirement for pixel shader computed depth with no zbuffer.Eric Anholt1-0/+7
2009-09-08i965: Set NULL WM surfaces as tiled according to requirement by specs.Eric Anholt1-1/+1
2009-09-08i965: Use the renderbuffer surface size instead of region size for WM surfaces.Eric Anholt1-2/+7
2009-09-08Revert "intel: helper to debug bufmgr (disabled)"Eric Anholt1-4/+0
2009-09-08mesa: bump version to 7.5.2Brian Paul3-5/+5
2009-09-08i965: #include clean-upsBrian Paul2-8/+4
2009-09-08intel: #include clean-upsBrian Paul2-8/+0
2009-09-08i965: use _mesa_is_bufferobj()Brian Paul1-10/+1
2009-09-08i965: use _mesa_is_bufferobj()Brian Paul1-3/+4
2009-09-08i965: use _mesa_is_bufferobj()Brian Paul1-4/+4
2009-09-08i965: use _mesa_is_bufferobj()Brian Paul1-2/+3
2009-09-08r600: fix dri2 clippingAlex Deucher1-2/+2
2009-09-08i965: fix incorrect test for vertex position attributeBrian Paul3-1/+4
2009-09-08st/xorg: Add support for EXA_MIXED_PIXMAPS and EXA_SUPPORTS_PREPARE_AUX.Michel Dänzer2-0/+10
2009-09-08egl: also use X types for building on Apple/MacOS XBrian Paul1-1/+2
2009-09-08scons: Add Mac OS to target platform list.Vinson Lee1-1/+1
2009-09-08gdi: Fix prototype of gdi_softpipe_surface_buffer_create().Michal Krol1-0/+1
2009-09-07scons: Don't set LLVM_VERSION if one of the llvm-config calls fails.Vinson Lee2-9/+11