summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* 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
* i965: Set MaxIfDepth to UINT_MAX on Gen6+ and 16 on prior generations.Kenneth Graunke2011-10-211-0/+1
* st/mesa: Initialize variable.Vinson Lee2011-10-201-0/+2
* i965: Remove copy and pasted gen7_wm_constants state atom.Kenneth Graunke2011-10-202-56/+1
* i965: Use AUB_TRACE_WM_CONSTANTS in gen7_prepare_wm_push_constants.Kenneth Graunke2011-10-201-1/+1
* i965: Fix incorrect dirty bit in gen6_prepare_wm_push_constants.Kenneth Graunke2011-10-201-2/+2
* i965/vs: Fix comparisons with uint negation.Eric Anholt2011-10-203-0/+32
* i965/fs: Fix comparisions with uint negation.Eric Anholt2011-10-204-0/+49
* mesa: Fix detection of whether an ARB_vp is enabled for two sided lighting.Eric Anholt2011-10-201-1/+1
* mesa: Round the argument to PixelStoref instead of truncating.Eric Anholt2011-10-202-1/+9
* mesa: handle PBO access error in display list modeYuanhan Liu2011-10-201-0/+2
* i965: silence signed/unsigned comparison warningBrian Paul2011-10-191-1/+2
* st/mesa: remove primitive restart assertionBrian Paul2011-10-191-6/+4
* st/mesa: Don't have indices buffers map when calling drawJakob Bornecrantz2011-10-191-22/+31
* st/mesa: Implement primitive restart in softwareJakob Bornecrantz2011-10-193-3/+132
* swrast: fix float->uint conversion of gl_FragDepthBrian Paul2011-10-191-1/+2
* mesa: better debug messages in _mesa_test_texobj_completeness()Brian Paul2011-10-191-19/+22
* mesa/st: Backport WPOS adjustment fixes from st_mesa_to_tgsi.c to st_glsl_to_...José Fonseca2011-10-191-51/+83
* scons: Add uniform_query.cpp to SConscript.Vinson Lee2011-10-181-0/+1
* mesa: handle the pbo case for save_BitmapYuanhan Liu2011-10-191-7/+15
* mesa: fix inverted pbo test error at _mesa_GetnCompressedTexImageARBYuanhan Liu2011-10-191-1/+1
* mesa: generate error if pbo offset is not aligned with the size of specified ...Yuanhan Liu2011-10-191-0/+13
* i965: setup address rounding enable bitsYuanhan Liu2011-10-193-0/+25
* i915: make i830/i915_hiz_resolve_noop() staticBrian Paul2011-10-182-2/+2
* mesa: use format string in _mesa_error() call to silence warningBrian Paul2011-10-181-1/+1
* i965: remove unused vars in brw_set_ff_sync_message()Brian Paul2011-10-181-3/+0
* glsl_to_tgsi: Use _mesa_generate_parameters_list_for_uniformsIan Romanick2011-10-181-117/+2
* ir_to_mesa: Generate gl_program_parameter list by walking the GLSL IR.Ian Romanick2011-10-182-100/+70
* ir_to_mesa: Move some things outside the 'extern "C"' blocksIan Romanick2011-10-183-10/+12
* mesa: Use glsl_type::gl_type in glGetActiveUniformIan Romanick2011-10-181-2/+4
* mesa: Move _mesa_GetActiveUniformARB to uniform_query.cppIan Romanick2011-10-184-61/+84