summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* docs: update relnotes-7.12Marek Olšák2011-10-241-1/+1
* 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
* winsys/radeon: don't use the new GEM_WAIT ioctl for nowMarek Olšák2011-10-241-4/+6
* Only use gcc visibility support with gcc4+.Tom Fogal2011-10-242-2/+2
* winsys/radeon: restore the old r600g winsys memory characteristics.Mathias Fröhlich2011-10-241-0/+5
* util: remove gotos in u_upload_mgr.cBrian Paul2011-10-241-16/+8
* mesa: Avoid ABA problem on buffer object bind.Mathias Fröhlich2011-10-242-1/+13
* swrast: fix comment typo (s/texure/texture/)Brian Paul2011-10-231-1/+1