summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-04-11glsl: Make GL_ARB_shader_stencil_export enable block be similar to other blocksIan Romanick1-7/+7
2011-04-11glsl: Only let a shader enable GL_ARB_draw_instanced if the driver supports itIan Romanick1-6/+5
2011-04-11i965: Move the SF VP from state caching to state streaming.Eric Anholt3-8/+17
2011-04-11i965: Change the SF unit from state caching to state streaming.Eric Anholt3-107/+45
2011-04-11i965: Turn SF unit and viewport structs into pointers to prep for streaming.Eric Anholt1-69/+70
2011-04-11u_vbuf_mgr: fixed vbo max_index calculationpepp1-1/+1
2011-04-11r600g: handle PIPE_CAP_FRAGMENT_COLOR_CLAMP_CONTROL in get_paramMarek Olšák1-0/+1
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
2011-04-07svga: another tweak to adjust_x term (use -0.5)Brian Paul1-1/+1
2011-04-07mesa: Update _ElementSize in a few more places.José Fonseca3-0/+5
2011-04-07mesa/st: Fix user buffer size computation when stride is zero.José Fonseca3-41/+54