summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-08-02egl_dri2: wip yuvyuvBenjamin Franzke3-3/+17
2011-07-29wayland-drm: Store stride in wl_bufferBenjamin Franzke1-0/+1
2011-07-29egl_dri2: Use dupImage for creating wl_buffer image from dri imageBenjamin Franzke1-18/+20
2011-07-29st/egl: create pbuffers with PIPE_BIND_SAMPLER_VIEWChia-I Wu1-3/+4
2011-07-28i965/fs: Respect ARB_color_buffer_float clamping.Eric Anholt1-6/+15
2011-07-28mesa: Fix ff fragment shader inputs calculation when enabling a VS.Eric Anholt1-2/+1
2011-07-29targets/{egl,gbm}: omit unneeded libdrm_radeonChia-I Wu2-4/+0
2011-07-29egl: EGL_MATCH_NATIVE_NATIVE_PIXMAP cannot be EGL_DONT_CAREChia-I Wu1-2/+3
2011-07-29egl: make pixmaps and pbuffers EGL_BUFFER_PRESERVEDChia-I Wu1-1/+3
2011-07-28Add dependency generation for Mesa and GLSL dricore objects.Eric Anholt2-2/+4
2011-07-28softpipe: When doing write_all_cbufs, don't stomp over the color.Eric Anholt1-4/+12
2011-07-28mesa: fix format selection for meta CopyTexSubImage()Brian Paul1-0/+10
2011-07-28mesa: test against MESA_FORMAT_NONE in _mesa_GetTexLevelParameteriv()Brian Paul1-1/+1
2011-07-28st/mesa: fix comment languageBrian Paul1-3/+3
2011-07-28r600g: fix vs export countVadim Girlin2-2/+2
2011-07-28i965: Remove the now unused intel_renderbuffer::draw_offset field.Kenneth Graunke2-2/+0
2011-07-28i965: Check actual tile offsets in Gen4 miptree workaround.Kenneth Graunke1-2/+17
2011-07-28i965/gen4: Fix message parameter loading for 1D TXD sampling.Kenneth Graunke1-2/+4
2011-07-28glsl: improve the accuracy of the radians() builtin functionPaul Berry1-4/+4
2011-07-28configure.ac: add DLOPEN_LIBS to xlib buildMarek Olšák1-1/+1
2011-07-28configure.ac: fix xlib-based softpipe buildMarek Olšák1-7/+5
2011-07-27glsl: Add source location tracking to TODO listIan Romanick1-0/+5
2011-07-27glsl: Remove completed items from the TODO listIan Romanick1-16/+0
2011-07-27mesa: don't forget about sampleBuffers in framebuffer visual updateChristoph Bumiller1-0/+1
2011-07-27wayland-drm: Add copyright notice to protocolBenjamin Franzke1-0/+27
2011-07-27egl/gallium: fix build without softpipe and llvmpipeTobias Droste1-3/+9
2011-07-26r300g: copy the compiler from r300cMarek Olšák69-25/+17038
2011-07-26util: enable S3TC support when the force_s3tc_enable env var is set to "true"Bryan Cain1-2/+9
2011-07-26st/mesa: respect force_s3tc_enable environment variableBryan Cain1-1/+10
2011-07-25mesa: Make _mesa_get_compressed_formats match the texture compression specsIan Romanick3-30/+93
2011-07-25mesa: Return the correct internal fmt when a generic compressed fmt was usedIan Romanick1-3/+17
2011-07-25mesa: Add utility function to get base format from a GL compressed formatIan Romanick2-0/+91
2011-07-25i965/fs: Fix MRT drawing since the m0->m2 move for shader debug.Eric Anholt1-1/+2
2011-07-25glsl: Correctly return progress from lower_variable_index_to_cond_assignIan Romanick1-1/+3
2011-07-25configure.ac: do not check for llvm-config if llvm is disabledMarek Olšák1-3/+2
2011-07-25r300/compiler: simplify code in peephole_add_presub_addTobias Droste1-17/+18
2011-07-25winsys/radeon: fix typos in the driver interfaceMarek Olšák1-2/+3
2011-07-25winsys/radeon: manage constant buffers by the cache bufmgr tooMarek Olšák1-1/+2
2011-07-25winsys/radeon: remove usage parameter from buffer_createMarek Olšák6-12/+5
2011-07-25winsys/radeon: fix int->boolean conversion in radeon_bo_is_referenced_by_any_csMarek Olšák1-1/+1
2011-07-25winsys/radeon: little change in radeon_bo_is_referenced_by_csMarek Olšák1-2/+3
2011-07-25winsys/radeon: add R300 infix to winsys feature namesMarek Olšák6-8/+7
2011-07-25winsys/radeon: simplify how value queries workMarek Olšák12-171/+133
2011-07-25i965: Fix many of the trivial WebGL demos that broke due to IB optimization.Eric Anholt1-0/+1
2011-07-25i965: Use 3D clears on gen6+ to avoid inter-ring synchronization.Eric Anholt1-2/+2
2011-07-25meta: Also save/restore clip planes for GLSL.Eric Anholt1-1/+13
2011-07-25i965: Emit texture cache flushes on gen6 along with render cache flushes.Eric Anholt1-0/+1
2011-07-25i965: vs optimization fix: Check val.{negate,abs} in accumulator_contains()Paul Berry1-0/+3
2011-07-25i965/gen7: Fix shadow sampling in the old brw_wm_emit backend.Kenneth Graunke1-4/+11
2011-07-25i965/fs: Clear result before visiting shadow comparitor and LOD info.Kenneth Graunke1-0/+10