summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* st/dri: implement MSAA for GLX/DRI2 framebuffersMarek Olšák2012-12-075-13/+112
* gallium: pass the current context to the flush_front state tracker functionMarek Olšák2012-12-0710-13/+24
* st/dri: don't expose MSAA configs with accumulation bufferMarek Olšák2012-12-071-1/+13
* st/dri: refactor dri_fill_in_modesMarek Olšák2012-12-074-109/+45
* st/dri: always allocate private depth-stencil buffersMarek Olšák2012-12-071-59/+49
* st/mesa: implement CopyTexSubImage for MSAA framebuffersMarek Olšák2012-12-071-66/+113
* gallium/u_blitter: fix conflict with u_memory.hMarek Olšák2012-12-073-1/+7
* r600g: transfers of MSAA color textures should do the resolveMarek Olšák2012-12-071-5/+32
* trace: dump pipe_resource::nr_samplesMarek Olšák2012-12-071-0/+1
* glx/dri2: set the __DRI2_FLUSH_DRAWABLE flag where it should be setMarek Olšák2012-12-071-2/+4
* build: Fix GLES linkage without libglapiAndreas Boll2012-12-072-2/+10
* llvmpipe: fix regression in gears speed.Dave Airlie2012-12-071-2/+4
* glsl: Add missing semicolon in the grammarKenneth Graunke2012-12-061-0/+1
* glsl: Allow layout qualifiers in GLSL 3.00 ESIan Romanick2012-12-063-1/+7
* glsl: Create builtin function profiles for GLSL 3.00 ES.Paul Berry2012-12-063-0/+834
* glsl: add determinant() functions.Paul Berry2012-12-061-0/+70
* glsl: Make builtin function profiles for GLSL ES use "es" in the filename.Paul Berry2012-12-064-1/+5
* glsl: Add builtin variables for GLSL 3.00 ES.Paul Berry2012-12-061-42/+151
* glsl: Populate built-in types correctly for GLSL 3.00 ES.Paul Berry2012-12-063-45/+103
* glsl: Make {Min,Max}ProgramTexelOffset available to compiler.Paul Berry2012-12-062-0/+6
* glsl: Fix linker checks for GLSL ES 3.00.Paul Berry2012-12-061-7/+15
* glsl: Record in gl_shader_program whether the program uses GLSL ES.Paul Berry2012-12-062-0/+2
* glsl: Clean up shading language mixing check for GLSL 3.00 ES.Paul Berry2012-12-061-3/+11
* glsl: Record in gl_shader whether the shader uses GLSL ES.Paul Berry2012-12-062-0/+2
* glsl/parser: Handle "#version 300 es" directive.Paul Berry2012-12-063-28/+86
* glsl/parser: Extract version directive processing into a function.Paul Berry2012-12-063-42/+55
* glsl/preprocessor: Handle "#version 300 es" directive.Paul Berry2012-12-061-4/+17
* glsl/preprocessor: Extract version directive processing into a function.Paul Berry2012-12-061-19/+30
* glsl: Enable GLSL ES 3.00 features inherited from desktop GLSL.Paul Berry2012-12-065-17/+47
* glsl: parse GLSL ES 3.00 keywords correctly.Paul Berry2012-12-062-78/+114
* glsl: Rework lexer keyword handling in preparation for GLSL 3.00 ES.Paul Berry2012-12-061-132/+136
* glsl: Make use of new _mesa_glsl_parse_state::check_version() function.Paul Berry2012-12-065-74/+50
* glsl: Make use of new _mesa_glsl_parse_state::is_version() function.Paul Berry2012-12-065-26/+33
* glsl: Add GLSL version query functions.Paul Berry2012-12-062-10/+86
* glsl: Compute version_string on the fly.Paul Berry2012-12-063-12/+18
* glsl: Make a function to express a GLSL version ir human-readable form.Paul Berry2012-12-063-4/+15
* glsl: Simplify symbol table version checking.Paul Berry2012-12-065-7/+9
* mesa: Add ARB_ES3_compatibility flag.Paul Berry2012-12-064-0/+4
* radeonsi: Fix cube texture coordinates.Michel Dänzer2012-12-061-0/+7
* radeon/llvm: Export prepare_cube_coords helper to driver.Michel Dänzer2012-12-062-8/+13
* mesa: use rand() instead of random()Brian Paul2012-12-061-1/+1
* mesa: validate that sync objects were created by mesaJordan Justen2012-12-063-15/+26
* main/syncobj: return GL_INVALID_VALUE for invalid sync objectsJordan Justen2012-12-061-4/+4
* mesa: add set support (stores a set of pointers)Eric Anholt2012-12-064-0/+444
* llvmpipe: Fix statement before declaration.José Fonseca2012-12-061-1/+2
* util: Add util_copy_box helper.José Fonseca2012-12-063-29/+64
* gallium/util: Move the util_copy/fill_rect into u_surface.José Fonseca2012-12-065-187/+140
* gallium/os: Cleanup up os_time_get/os_time_get_nano.José Fonseca2012-12-063-22/+20
* gallium/os: Fix os_time_sleep() on Windows for small durations.José Fonseca2012-12-061-1/+5
* meta: Disable GL_FRAGMENT_SHADER_ATI in MESA_META_SHADERStefan Dösinger2012-12-061-0/+11