summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-04-11mesa: fixup r600 DRI driver for sampler object changesarb_sampler_objectsBrian Paul4-26/+26
2011-04-10docs: GL_ARB_sampler_objects updatesBrian Paul2-1/+2
2011-04-10mesa: plug in new functions for GL_ARB_sampler_objectsBrian Paul7-0/+42
2011-04-10mesa: new code/functions for GL_ARB_sampler_objectsBrian Paul2-0/+1409
2011-04-10mesa: alloc/free shared sampler objectsBrian Paul1-0/+27
2011-04-10mesa: new driver hooks for GL_ARB_sampler_objectsBrian Paul1-0/+8
2011-04-10mesa: add glGet for GL_ARB_sampler_objectsBrian Paul1-0/+17
2011-04-10mesa: move sampler state into new gl_sampler_object typeBrian Paul51-547/+620
2011-04-10glapi: regenerated files for GL_ARB_sampler_objectsBrian Paul10-7385/+8371
2011-04-10glapi: interface for GL_ARB_sampler_objectsBrian Paul3-0/+99
2011-04-10glx: Only remove the glx_display from the list after it's destroyed.Henri Verbeet1-3/+8
2011-04-10glx: Destroy dri2Hash on DRI2 display destruction.Henri Verbeet1-0/+3
2011-04-10mesa: Also update the color draw buffer if it's explicitly set to GL_NONE.Henri Verbeet1-1/+1
2011-04-10docs: fix typos in wayland specNicolas Kaiser1-3/+3
2011-04-10docs: fix typos in Mesa specsNicolas Kaiser10-22/+22
2011-04-10nv50,nvc0: silence shader debug outputChristoph Bumiller16-109/+85
2011-04-10nvc0: make the card permit separate colour outputsChristoph Bumiller2-14/+4
2011-04-10nv50-nvc0: make use of COLOR_MASK,BLEND_ENABLE_COMMONChristoph Bumiller9-31/+32
2011-04-10nvc0: shrink CSOs a littleChristoph Bumiller4-29/+25
2011-04-10nv50,nvc0: identify some line rasterization stateChristoph Bumiller6-6/+21
2011-04-10nvc0: force perspective correction hint to nicestChristoph Bumiller2-0/+7
2011-04-10nv50,nvc0: don't insert instructions after the block terminatorChristoph Bumiller5-7/+25
2011-04-08Make st_pipe_vertex_format return type in st_draw.h match st_draw.cAlan Coopersmith1-1/+1
2011-04-08Fix GET_PROGRAM_NAME() on Solaris to not try to modify a read-only stringAlan Coopersmith1-1/+19
2011-04-08Revert "r300g: handle DISCARD_WHOLE_RESOURCE for buffers"Marek Olšák1-25/+10
2011-04-08r300g: fix another crash with hyperzMarek Olšák2-22/+2
2011-04-08Disable direct rendering on CygwinJon TURNEY1-0/+14
2011-04-08Disable direct rendering on GNU/Hurdnobled1-2/+11
2011-04-08Only require libdrm if direct rendering is actually enabled.Samuel Thibault1-11/+18
2011-04-08r300g: fix crash when adding a new relocationMarek Olšák1-1/+2
2011-04-08r300g: emit US_FORMAT on R520 onlyMarek Olšák2-2/+2
2011-04-08i965/fs: Remove broken optimization for live intervals in loops.Eric Anholt1-4/+2
2011-04-08u_vbuf_mgr: fix crash with unsupported vertex format in hw VBOsMarek Olšák2-2/+6
2011-04-08r300g: fix crash with hyperzMarek Olšák1-6/+4
2011-04-08r300g: Properly take the sampler view's first_level into account when sampling.Henri Verbeet1-15/+21
2011-04-08llvmpipe: Take the sampler view's first_level into account when sampling.Fabian Bieler14-33/+78
2011-04-08softpipe: Take the sampler view's first_level into account when sampling.Henri Verbeet1-16/+16
2011-04-08st/mesa: Clamp min_lod to the max miplevel as well.Henri Verbeet1-1/+3
2011-04-08st/mesa: Set samplers views' first_level.Henri Verbeet2-7/+6
2011-04-08r300g: do not advertise R16F and RG16F on DRM < 2.8.0Marek Olšák1-2/+5
2011-04-08r300g: fix texturing with sizes > 2048 on r500Marek Olšák7-8/+52
2011-04-08r300g: add 'radeon: ' prefix to error messages in winsysMarek Olšák2-5/+5
2011-04-08mesa: fix dstRowDiff computation in RGTC texstore functionsMarek Olšák1-4/+4
2011-04-07egl_dri2.c: Open drm device with O_CLOEXECKristian Høgsberg1-1/+1
2011-04-07r600g: Unreference framebuffer state on context destruction.Henri Verbeet1-0/+1
2011-04-07r600g: Use symbolic names for NUMBER_TYPE.Henri Verbeet2-5/+5
2011-04-07docs: replace llvmpipe/README with docs/llvmpipe.htmlBrian Paul2-34/+101
2011-04-07llvmpipe: document issue with LLVM 2.8 and earlier with AVXBrian Paul1-0/+4
2011-04-07util: add cpu detection for sse 4.2 and avxBrian Paul2-0/+6
2011-04-07util: simplify bit shifting in util_cpu_detect()Brian Paul1-11/+11