summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-08-05ir_to_mesa: Try to avoid emitting a MOV_SAT to saturate an expression tree.Eric Anholt1-4/+24
2011-08-05prog_optimize: Add support for saturates to _mesa_merge_mov_into_inst.Eric Anholt1-3/+5
2011-08-05i965: Add dumping for gen6 WM constants too.Eric Anholt3-1/+22
2011-08-05mesa: Remove dead "MemPool" field of gl_shader_state.Eric Anholt1-2/+0
2011-08-05i965/fs: Don't upload unused uniform components.Eric Anholt2-4/+95
2011-08-05i965/fs: Don't allocate the old backend's compile structs for our compile.Eric Anholt1-4/+7
2011-08-05winsys/radeon: do the CS cleanup in the CS ioctl threadMarek Olšák1-2/+4
2011-08-05winsys/radeon: fix space checkingMarek Olšák4-5/+36
2011-08-05st/dri: remove an unused-but-set variableMarek Olšák1-7/+0
2011-08-05st/dri: remove a dummy function dri2_create_contextMarek Olšák1-15/+1
2011-08-05st/mesa: remove unused-but-set variables in st_glsl_to_tgsi.cppMarek Olšák1-3/+2
2011-08-05r300g: handle new CAPsMarek Olšák1-9/+4
2011-08-05r300g: adapt to the resource_resolve interface changeMarek Olšák1-21/+22
2011-08-05vbo: do not call _mesa_max_buffer_index in debug buildsMarek Olšák1-3/+1
2011-08-05glsl: empty declarations should be validChia-I Wu2-12/+8
2011-08-04mesa: Remove MSVC stdint typedefs from compiler.h.Vinson Lee1-23/+1
2011-08-04mesa: pass correct constant type to _mesa_fetch_state()Brian Paul1-1/+1
2011-08-04mesa: use gl_constant_value type in ARB program parserBrian Paul2-29/+30
2011-08-04mesa: use gl_constant_value type in _mesa_[Get]ProgramNamedParameter4fNV()Brian Paul1-10/+10
2011-08-04mesa: add st_glsl_to_tgsi.cpp to SconscriptBrian Paul1-0/+1
2011-08-04mesa: fix out of bounds array access in rtgc debug codeBrian Paul1-1/+1
2011-08-04mesa: don't use K&R style function pointer callsBrian Paul1-3/+3
2011-08-04Merge branch 'glsl-to-tgsi'Bryan Cain43-323/+5610
2011-08-04st/mesa: replace duplicated create_color_map_texture() function with shared f...Bryan Cain4-43/+26
2011-08-04glsl_to_tgsi: remove debugging printfBryan Cain1-1/+0
2011-08-04st/mesa: silence int/float and double/float conversion warningsBrian Paul1-4/+4
2011-08-04st/mesa: move declaration before codeBrian Paul1-1/+2
2011-08-04mesa: minor comment updates in enable.cBrian Paul1-9/+2
2011-08-04mesa: whitespace, formatting fixes in GetTexParameter() codeBrian Paul1-8/+6
2011-08-04mesa: add null ptr checks in GetTexParameterI[u]iv() functionsBrian Paul1-0/+4
2011-08-04mesa: condense GL_TEXTURE_RESIDENT query codeBrian Paul1-16/+4
2011-08-04mesa: make error handling in glGetTexParameter() a bit more conciseBrian Paul1-170/+96
2011-08-04nv50: implement resource_resolve with custom blitChristoph Bumiller8-11/+559
2011-08-04st/mesa: implement multisample resolve via BlitFramebufferChristoph Bumiller1-5/+111
2011-08-04gallium: extend resource_resolve to accommodate BlitFramebufferChristoph Bumiller4-6/+43
2011-08-04st/mesa: determine Const.MaxSamples in init_extensionsChristoph Bumiller1-0/+11
2011-08-04egl/gbm: Fix EGL_DEFAULT_DISPLAYBenjamin Franzke5-7/+53
2011-08-04gbm: link gbm_gallium_drm.so against math libraryBenjamin Franzke1-1/+1
2011-08-04gbm/dri: avoid crash in dri_screen_createRALOVICH, Kristóf1-0/+2
2011-08-04r600g: remove more of unused codeMarek Olšák1-13/+0
2011-08-03r600g: take into account force_add_cf in popsVadim Girlin1-15/+24
2011-08-03r600g: use backend mask for occlusion queriesVadim Girlin5-4/+160
2011-08-03winsys/radeon: remove dummy function pb_bufferMarek Olšák2-16/+7
2011-08-03util: fix a typo in util_format_swizzle_4fMarek Olšák1-1/+1
2011-08-02radeon: Remove some remaining set-but-unused variables.Eric Anholt4-14/+0
2011-08-02radeon: Remove set-but-unused variables in radeon_lock.cEric Anholt1-10/+0
2011-08-02radeon: Remove set-but-unused variables in radeonSetTexBuffer2() variants.Eric Anholt5-29/+0
2011-08-02radeon: Remove set-but-unused log2depth variable.Eric Anholt1-2/+1
2011-08-02radeon: Remove set-but-unused color_mask variable.Eric Anholt2-6/+0
2011-08-02intel: Fix unused variable warning.Eric Anholt1-1/+0