summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-12-12Makefile: Add bin/test-driver to EXTRA_FILESCarl Worth1-0/+1
2013-12-12docs: Add release notes for 10.0.1Carl Worth1-0/+147
2013-12-12nv50: report 15 max inputs for fragment programsIlia Mirkin1-1/+1
2013-12-12nouveau: Fix compiler warning regressionMaarten Lankhorst1-4/+0
2013-12-12swrast: fix readback regression since inversion fixDave Airlie1-1/+1
2013-12-12Enable throttling in SwapBuffersAxel Davy1-1/+13
2013-12-12egl/wayland: Send commit after flushing the driver contextKristian Høgsberg1-2/+1
2013-12-12egl/wayland: Flush the wl_display at the end of SwapBuffersAxel Davy1-0/+2
2013-12-09egl/wayland: Damage INT32_MAX x INT32_MAX region for eglSwapBuffersKristian Høgsberg1-2/+2
2013-12-09dri megadriver_stub: add compatibility for older DRI loadersJordan Justen1-0/+126
2013-12-09r300/compiler/tests: Fix line length check in test parserTom Stellard1-1/+3
2013-12-09r300/compiler/tests: Fix segfaultTom Stellard1-6/+5
2013-12-09nouveau/video: update a few more h264 picparm field namesIlia Mirkin1-16/+17
2013-12-09nouveau/video: update h264 picparm field names based on usageIlia Mirkin1-15/+13
2013-12-09nv50: enable h264 and mpeg4 for nv98+ (vp3, vp4.0)Ilia Mirkin2-7/+2
2013-12-09glsl: Don't emit empty declaration warning for a struct specifierIan Romanick1-1/+1
2013-12-06nv50: wait on the buf's fence before sticking it into pushbufIlia Mirkin2-0/+12
2013-12-06nouveau: avoid leaking fences while waitingIlia Mirkin1-6/+5
2013-12-06nv50: Fix GPU_READING/WRITING bit removalIlia Mirkin2-3/+3
2013-12-06Remove a057b83 from the pick listIan Romanick1-0/+5
2013-12-06mesa: don't leak performance monitors on context destroyIlia Mirkin3-0/+23
2013-12-06automake: include only one copy VERSION in tarballEmil Velikov1-1/+0
2013-12-06i965: Add extra-alignment for non-msrt fast color clear for all hw (v2)Chad Versace1-24/+11
2013-12-06i965/hsw: Apply non-msrt fast color clear w/a to all HSW GTsChad Versace1-6/+12
2013-12-06i965/gen6: Fix multisample resolve blits for luminance/intensity 32F formats.Paul Berry1-0/+15
2013-12-06st/xa: Bump major version number to 2Thomas Hellstrom1-1/+1
2013-11-30docs: Add 10.0 release md5sumsIan Romanick1-1/+3
2013-11-30mesa: Bump version to 10.0 (final)mesa-10.0Ian Romanick1-1/+1
2013-11-30docs: Update release notes for 10.0Ian Romanick1-2/+70
2013-11-28i965: Always reserve binding table space for at least one render target.Kenneth Graunke1-1/+4
2013-11-28dri: Allow __DRI_CTX_FLAG_ROBUST_BUFFER_ACCESS in driCreateContextAttribsIan Romanick1-2/+4
2013-11-28i965: Only enable __DRI2_ROBUSTNESS if kernel support is availableIan Romanick3-19/+40
2013-11-28i965: Bump libdrm requirementIan Romanick1-1/+1
2013-11-26glsl: Initialize _mesa_glsl_parse_state::atomic_counter_offsets before using it.Francisco Jerez1-0/+2
2013-11-26glsl: Fix lowering of direct assignment in lower_clip_distance.Paul Berry1-0/+5
2013-11-26i965/gs: Set GS prog_data to NULL if there is no GS program.Paul Berry1-0/+7
2013-11-26i965/gs: Properly skip GS binding table upload when no GS active.Paul Berry1-1/+1
2013-11-26radeon/compute: Unconditionally inline all functions v2Tom Stellard1-2/+20
2013-11-26i965: Use __attribute__((flatten)) on fast tiled teximage code.Kenneth Graunke1-2/+8
2013-11-26gbm/dri: hide extension loader symbolsMaarten Lankhorst1-2/+2
2013-11-23mesa: Bump version to 10.0.0-rc2mesa-10.0-rc2Ian Romanick1-1/+1
2013-11-23Remove 068a073 from the pick listIan Romanick1-0/+5
2013-11-23i965: Fix streamed state dumping/annotation after the blorp-flush change.Eric Anholt1-1/+0
2013-11-23mesa: Implement GL_FRAMEBUFFER_ATTACHMENT_LAYERED query.Paul Berry1-0/+12
2013-11-23mesa: Fix texture target validation for glFramebufferTexture()Paul Berry1-12/+47
2013-11-23i965: Fix fast clear of depth buffers.Paul Berry1-2/+10
2013-11-23i965: Fix blorp clear of layered framebuffers.Paul Berry1-7/+19
2013-11-23i965: refactor blorp clear code in preparation for layered clears.Paul Berry1-53/+66
2013-11-23mesa: Track number of layers in layered framebuffers.Paul Berry5-6/+21
2013-11-23radeonsi/compute: Fix LDS size calculationTom Stellard1-1/+16