summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * glsl_to_tgsi: lower noise opcodes when converting from GLSL IR, not when gene...Bryan Cain2011-08-011-13/+8
| * glsl_to_tgsi: define the sampler objects usedBryan Cain2011-08-011-2/+11
| * glsl_to_tgsi: remove a bad assertionBryan Cain2011-08-011-4/+5
| * glsl_to_tgsi: remove reads to output registersBryan Cain2011-08-011-0/+91
| * glsl_to_tgsi: stop generating Mesa IRBryan Cain2011-08-012-270/+33
| * mesa: fix segfault when no Mesa IR is generatedBryan Cain2011-08-011-2/+3
| * st/mesa: Add a GLSL IR to TGSI translator.Bryan Cain2011-08-018-183/+4767
* | st/mesa: silence int/float and double/float conversion warningsBrian Paul2011-08-041-4/+4
* | st/mesa: move declaration before codeBrian Paul2011-08-041-1/+2
* | mesa: minor comment updates in enable.cBrian Paul2011-08-041-9/+2
* | mesa: whitespace, formatting fixes in GetTexParameter() codeBrian Paul2011-08-041-8/+6
* | mesa: add null ptr checks in GetTexParameterI[u]iv() functionsBrian Paul2011-08-041-0/+4
* | mesa: condense GL_TEXTURE_RESIDENT query codeBrian Paul2011-08-041-16/+4
* | mesa: make error handling in glGetTexParameter() a bit more conciseBrian Paul2011-08-041-170/+96
* | nv50: implement resource_resolve with custom blitChristoph Bumiller2011-08-048-11/+559
* | st/mesa: implement multisample resolve via BlitFramebufferChristoph Bumiller2011-08-041-5/+111
* | gallium: extend resource_resolve to accommodate BlitFramebufferChristoph Bumiller2011-08-044-6/+43
* | st/mesa: determine Const.MaxSamples in init_extensionsChristoph Bumiller2011-08-041-0/+11
* | egl/gbm: Fix EGL_DEFAULT_DISPLAYBenjamin Franzke2011-08-045-7/+53
* | gbm: link gbm_gallium_drm.so against math libraryBenjamin Franzke2011-08-041-1/+1
* | gbm/dri: avoid crash in dri_screen_createRALOVICH, Kristóf2011-08-041-0/+2
* | r600g: remove more of unused codeMarek Olšák2011-08-041-13/+0
* | r600g: take into account force_add_cf in popsVadim Girlin2011-08-031-15/+24
* | r600g: use backend mask for occlusion queriesVadim Girlin2011-08-035-4/+160
* | winsys/radeon: remove dummy function pb_bufferMarek Olšák2011-08-032-16/+7
* | util: fix a typo in util_format_swizzle_4fMarek Olšák2011-08-031-1/+1
* | radeon: Remove some remaining set-but-unused variables.Eric Anholt2011-08-024-14/+0
* | radeon: Remove set-but-unused variables in radeon_lock.cEric Anholt2011-08-021-10/+0
* | radeon: Remove set-but-unused variables in radeonSetTexBuffer2() variants.Eric Anholt2011-08-025-29/+0
* | radeon: Remove set-but-unused log2depth variable.Eric Anholt2011-08-021-2/+1
* | radeon: Remove set-but-unused color_mask variable.Eric Anholt2011-08-022-6/+0
* | intel: Fix unused variable warning.Eric Anholt2011-08-021-1/+0
* | r600g: remove dummy function r600_bo_offsetMarek Olšák2011-08-026-33/+29
* | r600g: remove unused codeMarek Olšák2011-08-027-654/+0
* | gallium/util: add functions for manipulating swizzlesMarek Olšák2011-08-027-41/+75
* | i915: Only emit program errors when INTEL_DEBUG=wm or INTEL_DEBUG=fallbacksIan Romanick2011-08-021-6/+8
* | i915: Fail without crashing if a Mesa IR program uses too many registersIan Romanick2011-08-021-2/+13
* | ir_to_mesa: Emit warnings instead of errors for IR that can't be loweredIan Romanick2011-08-021-4/+24
* | ir_to_mesa: Use Add linker_error instead of fail_linkIan Romanick2011-08-021-31/+22
* | mesa: Ensure that gl_shader_program::InfoLog is never NULLIan Romanick2011-08-022-5/+7
* | linker: Make linker_{error,warning} generally availableIan Romanick2011-08-024-3/+22
* | linker: Make linker_error set LinkStatus to falseIan Romanick2011-08-024-100/+90
* | i965/gen5+: Fix incorrect miptree layout for non-power-of-two cubemaps.Kenneth Graunke2011-08-011-1/+1
* | glsl: improve the accuracy of the atan(x,y) builtin function.Paul Berry2011-08-011-1/+3
* | glsl: improve the accuracy of the asin() builtin function.Paul Berry2011-08-011-28/+40
* | glsl: Remove duplicate commentChad Versace2011-08-011-8/+0
* | darwin: Use machine/endian.h to determine endiannessJeremy Huddleston2011-07-311-0/+9
* | Fix PPC detection on darwinJeremy Huddleston2011-07-311-2/+2
* | glsl: Clarify ir_function::matching_sigature()Chad Versace2011-07-301-20/+33
* | glsl: Fix conversions in array constructorsChad Versace2011-07-301-2/+10