summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* radeon: Delete DRI1 screen init code and thus support for !kernel_mm.Eric Anholt2011-10-281-495/+5
* dri: Drop _dri_texformats that just obfuscate MESA_FORMAT names.Eric Anholt2011-10-283-10/+3
* radeon: Use _mesa_get_format_base_format for winsys renderbuffer setup.Eric Anholt2011-10-281-10/+1
* radeon: Remove dead swrast renderbuffer setup code.Eric Anholt2011-10-281-29/+20
* i965/gen6+: Add support for noperspective interpolation.Paul Berry2011-10-279-39/+122
* i965/gen6+: Rename GEN6_CLIP_BARYCENTRIC_ENABLE.Paul Berry2011-10-271-1/+1
* i965/fs: use determine_interpolation_mode().Paul Berry2011-10-271-4/+4
* i965/gen6+: Parameterize barycentric interpolation modes.Paul Berry2011-10-2710-38/+103
* i965/fs: Fix split_virtual_grfs() when delta_xy not in a virtual register.Paul Berry2011-10-271-1/+1
* glsl: Distinguish between no interpolation qualifier and 'smooth'Paul Berry2011-10-271-1/+5
* mesa: Expose GLSL interpolation qualifiers in gl_fragment_program.Paul Berry2011-10-273-2/+21
* 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/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-261-3/+3
* 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
* ir_to_mesa: Use uniform_field_visitor to add all struct fields to parameter listIan Romanick2011-10-251-12/+38
* glsl: Add uniform_locations_assigned parameter to do_dead_code opt passIan Romanick2011-10-254-5/+10
* 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
* intel: Kill dead code in intel_miptree_copy_teximage()Chad Versace2011-10-251-59/+28
* 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
* mesa: fix comment languageBrian Paul2011-10-251-2/+2
* mesa: Fix memory leak in out-of-memory path.Vinson Lee2011-10-241-0/+1
* i965: Apply post-sync non-zero workaround to homebrew workaround.Kenneth Graunke2011-10-241-0/+2
* Only use gcc visibility support with gcc4+.Tom Fogal2011-10-241-1/+1
* 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
* mesa: remove dead code from teximage.cBrian Paul2011-10-231-29/+0
* mesa: Fix multithreaded buffer object refcounting.Mathias Fröhlich2011-10-231-72/+151
* intel: remove duplicated #include of texstore.hBrian Paul2011-10-231-1/+0
* radeon: remove unnecessary #includes of texstore.hBrian Paul2011-10-234-4/+0
* swrast: update renderbuffer format assertionBrian Paul2011-10-231-1/+4
* mesa: add swrast_texture_image::BufferBrian Paul2011-10-238-36/+225
* mesa: remove _mesa_alloc_texmemory(), _mesa_free_texmemory()Brian Paul2011-10-237-64/+9
* mesa: move gl_texture_image::Data, RowStride, ImageOffsets to swrastBrian Paul2011-10-2327-177/+206
* mesa: improve the warning message in _mesa_choose_tex_format()Brian Paul2011-10-231-1/+3
* vbo: Clean up unused variables in the vbo module.Mathias Froehlich2011-10-223-16/+1
* Convert additional GNUC_MINOR checks to multiplied versionAlan Coopersmith2011-10-211-3/+3
* Fix gcc version checks for _mesa_bitcountAlan Coopersmith2011-10-212-2/+2
* st/mesa: fix a bug in and re-org setup_interleaved_attribs()Brian Paul2011-10-211-31/+76