summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* mesa: Expose GLSL interpolation qualifiers in gl_fragment_program.Paul Berry2011-10-278-33/+69
* r600g: remove redundant variable r600_pipe_context::blitMarek Olšák2011-10-273-4/+2
* mesa: initialize ARB_transform_feedback2 dispatchMarek Olšák2011-10-272-1/+10
* mesa: improve EXT_transform_feedback display list supportMarek Olšák2011-10-271-10/+9
* mesa: fix GL error checking in TransformFeedbackVaryingsMarek Olšák2011-10-271-1/+3
* st/glx: fix mixed declarations and code, remove unused varBrian Paul2011-10-261-7/+7
* st/mesa: tell VBO module to always unmap buffers before drawingBrian Paul2011-10-261-0/+4
* glsl: Rename remaining internal builtins from gl_MESA* to gl_*MESA.Eric Anholt2011-10-263-12/+12
* intel: Drop texture border support code.Eric Anholt2011-10-265-93/+29
* intel: Enable stripping of texture borders.Eric Anholt2011-10-261-0/+2
* mesa: Apply StripTextureBorder to CopyTexImage as well.Eric Anholt2011-10-261-0/+10
* mesa: Fold gallium's texture border stripping into a core Mesa option.Eric Anholt2011-10-264-58/+73
* mesa: Skip texstore for 0-sized texture data.Eric Anholt2011-10-261-0/+9
* r600g: remove redundant assignment of pipe_draw_info in draw_vboMarek Olšák2011-10-261-2/+0
* llvmpipe: llvmpipe doesn't support pure integers yet.Dave Airlie2011-10-262-0/+8
* r600g: cleanup draw_vbo and add commentsMarek Olšák2011-10-264-93/+71
* ralloc: Move declaration before code.Vinson Lee2011-10-251-1/+2
* scons: Add link_uniforms.cpp to SConscript.Vinson Lee2011-10-251-0/+1
* ir_to_mesa: Use uniform_field_visitor to add all struct fields to parameter listIan Romanick2011-10-251-12/+38
* linker: Add uniform_field_visitor class to process leaf fields of a uniformIan Romanick2011-10-253-0/+129
* ralloc: Add new [v]asprintf_rewrite_tail functions.Kenneth Graunke2011-10-252-4/+80
* linker: Eliminate more dead code after demoting shader inputs and outputsIan Romanick2011-10-251-4/+22
* glsl: Add uniform_locations_assigned parameter to do_dead_code opt passIan Romanick2011-10-2510-17/+49
* i965: Add more #defines for Gen6+ 3DSTATE_GS fields.Kenneth Graunke2011-10-251-0/+8
* i965: Add new brw_context::max_gs_threads constant.Kenneth Graunke2011-10-252-0/+8
* i965: Rename (vs|wm)_max_threads to max_(vs|wm)_threads for consistency.Kenneth Graunke2011-10-2510-24/+29
* i965: Remove "single threaded" INTEL_DEBUG mode.Kenneth Graunke2011-10-255-18/+4
* mesa: Remove unnecessary and incorrect TexEnv parameter validation.Kenneth Graunke2011-10-251-6/+0
* st/glx: Implement texture_from_pixmap without DRI.Stéphane Marchesin2011-10-253-9/+136
* i915g: Cleanup the vertex sampler interface a bit.Stéphane Marchesin2011-10-253-9/+5
* i915g: Flesh out TODO idea.Stéphane Marchesin2011-10-251-1/+3
* intel: Kill dead code in intel_miptree_copy_teximage()Chad Versace2011-10-251-59/+28
* tgsi: Fix memory leak in out-of-memory path.Vinson Lee2011-10-251-7/+10
* swrast: Fix memory leak in out-of-memory path.Vinson Lee2011-10-251-0/+1
* swrast: use _mesa_ffs() instead of ffs()Brian Paul2011-10-251-2/+2
* r600g: move some code out of draw_vbo into new r600_update_derived_stateMarek Olšák2011-10-251-20/+31
* r600g: cleanup some magic numbersMarek Olšák2011-10-252-4/+16
* r600g: don't render if pipe_draw_info::count is 0Marek Olšák2011-10-251-6/+8
* mesa: fix comment languageBrian Paul2011-10-251-2/+2
* pp: Fix memory leak on error path.Vinson Lee2011-10-251-1/+2
* r600g: set correct tiling flags in depth infoMarek Olšák2011-10-252-9/+13
* apple: Implement applegl_unbind_contextJeremy Huddleston2011-10-241-0/+18
* util: handle failed mapping in u_upload_alloc()Brian Paul2011-10-241-0/+5
* util: handle failed mapping in u_upload_alloc_buffer()Brian Paul2011-10-241-1/+6
* mesa: Fix memory leak in out-of-memory path.Vinson Lee2011-10-241-0/+1
* glsl: Fix gl_NormalMatrix swizzle setup to match i965's invariants.Eric Anholt2011-10-241-3/+3
* glsl: Add gl_MaxVaryingComponents in GLSL 1.30.Eric Anholt2011-10-241-0/+2
* i965: Apply post-sync non-zero workaround to homebrew workaround.Kenneth Graunke2011-10-241-0/+2
* r300g: expose ARB_ES2_compatibility by claiming FIXED format supportMarek Olšák2011-10-242-2/+8
* nv50: fix max texture levelsAdel Gadllah2011-10-241-3/+3