Fix gcc version checks for _mesa_bitcount
[mesa.git] / src / mesa /
2011-10-22 Alan CoopersmithFix gcc version checks for _mesa_bitcount
2011-10-21 Brian Paulst/mesa: fix a bug in and re-org setup_interleaved_attr...
2011-10-21 Kenneth Graunkei965: Set MaxIfDepth to UINT_MAX on Gen6+ and 16 on...
2011-10-21 Vinson Leest/mesa: Initialize variable.
2011-10-20 Kenneth Graunkei965: Remove copy and pasted gen7_wm_constants state...
2011-10-20 Kenneth Graunkei965: Use AUB_TRACE_WM_CONSTANTS in gen7_prepare_wm_pus...
2011-10-20 Kenneth Graunkei965: Fix incorrect dirty bit in gen6_prepare_wm_push_c...
2011-10-20 Eric Anholti965/vs: Fix comparisons with uint negation.
2011-10-20 Eric Anholti965/fs: Fix comparisions with uint negation.
2011-10-20 Eric Anholtmesa: Fix detection of whether an ARB_vp is enabled...
2011-10-20 Eric Anholtmesa: Round the argument to PixelStoref instead of...
2011-10-20 Yuanhan Liumesa: handle PBO access error in display list mode
2011-10-19 Brian Pauli965: silence signed/unsigned comparison warning
2011-10-19 Brian Paulst/mesa: remove primitive restart assertion
2011-10-19 Jakob Bornecrantzst/mesa: Don't have indices buffers map when calling...
2011-10-19 Jakob Bornecrantzst/mesa: Implement primitive restart in software
2011-10-19 Brian Paulswrast: fix float->uint conversion of gl_FragDepth
2011-10-19 Brian Paulmesa: better debug messages in _mesa_test_texobj_comple...
2011-10-19 José Fonsecamesa/st: Backport WPOS adjustment fixes from st_mesa_to...
2011-10-19 Vinson Leescons: Add uniform_query.cpp to SConscript.
2011-10-19 Yuanhan Liumesa: handle the pbo case for save_Bitmap
2011-10-19 Yuanhan Liumesa: fix inverted pbo test error at _mesa_GetnCompress...
2011-10-19 Yuanhan Liumesa: generate error if pbo offset is not aligned with...
2011-10-19 Yuanhan Liui965: setup address rounding enable bits
2011-10-19 Brian Pauli915: make i830/i915_hiz_resolve_noop() static
2011-10-19 Brian Paulmesa: use format string in _mesa_error() call to silenc...
2011-10-19 Brian Pauli965: remove unused vars in brw_set_ff_sync_message()
2011-10-19 Ian Romanickglsl_to_tgsi: Use _mesa_generate_parameters_list_for_un...
2011-10-19 Ian Romanickir_to_mesa: Generate gl_program_parameter list by walki...
2011-10-19 Ian Romanickir_to_mesa: Move some things outside the 'extern "C...
2011-10-19 Ian Romanickmesa: Use glsl_type::gl_type in glGetActiveUniform
2011-10-19 Ian Romanickmesa: Move _mesa_GetActiveUniformARB to uniform_query.cpp
2011-10-19 Ian Romanickmesa: Simplify uniform debug logging logic
2011-10-18 Kenneth Graunkei965: Disassemble Ivybridge Data Port/Data Cache messages.
2011-10-18 Kenneth Graunkei965: Document most of the brw_instruction message...
2011-10-18 Kenneth Graunkei965: Rename pixel_scoreboard_clear to last_render_targ...
2011-10-18 Kenneth Graunkei965: Remove duplicate copies of mlen & rlen from instr...
2011-10-18 Kenneth Graunkei965: Factor out code for setting Message Descriptors.
2011-10-18 Kenneth Graunkei965: Remove EOT parameter from brw_SAMPLE and brw_set_...
2011-10-18 Kenneth Graunkei965: Document the brw_instruction Message Descriptor...
2011-10-18 Kenneth Graunkei965: Rename BRW_MESSAGE_TARGET_* to BRW_SFID_* and...
2011-10-18 Kenneth Graunkei965: Clarify check for which cache to use on Gen6...
2011-10-18 Kenneth Graunkei965: Use Ivybridge's "Legacy Data Port" for reads...
2011-10-18 Chad Versaceintel: Add 'mode' param to intel_region_map
2011-10-18 Chad Versaceintel: Add HiZ operations to intel_context::vtbl for...
2011-10-18 Chad Versacei965: Initialize intel_context::vtbl after calling...
2011-10-18 Chad Versaceintel: Fix scatter/gather for depthstencil textures
2011-10-18 Chad Versacei965/gen6: Fix segfault in prepare_blend_state()
2011-10-18 Chad Versacevbo: Redeclare bind_array() as non-static vbo_bind_array()
2011-10-18 Chad Versacemesa: Add dd_function_table::PrepareExecBegin
2011-10-18 Chad Versaceswrast: Fix fastpaths for glRead/WritePixels(GL_DEPTH_S...
2011-10-18 Chad Versacemeta: Bump MAX_META_OPS_DEPTH from 2 to 8
2011-10-18 Chad Versacemeta: Add flag MESA_META_SELECT_FEEDBACK
2011-10-18 Chad Versacemesa: Declare _mesa_RenderMode as non-static
2011-10-18 Kenneth Graunkeintel: Convert from GLboolean to 'bool' from stdbool.h.
2011-10-18 Eric Anholtmesa: Make the program texel offsets limits available...
2011-10-18 Neil Robertsmeta: Fix saving the active program
2011-10-18 Eric Anholtmesa: Convert fixed function fragment program generator...
2011-10-18 Eric Anholtmesa: Add a flag for shader programs to allow SSO linka...
2011-10-18 Eric Anholtff_fragment_shader: Use FRAG_RESULT_COLOR to write...
2011-10-17 Yuanhan Liumesa: add a function to do the image data copy stuff...
2011-10-15 Chad Versaceswrast: Remove redundant term in logic expression
2011-10-15 Chad Versaceswrast: Fix fastpaths in glRead/WritePixels(GL_DEPTH_ST...
2011-10-14 Ian Romanickmesa/vbo: Treat attribute 0 and vertex as the same
2011-10-13 Brian Paulswrast: be a bit smarter in clip_span()
2011-10-13 Brian Paulmesa: remove unused gl_sampler_object::_CompleteTexture...
2011-10-13 Brian Paulmeta: fix redBits size test in get_temp_image_type()
2011-10-13 Paul Berryi965 Gen6+: De-compact clip plane constants for old...
2011-10-13 Brian Paulst/mesa: kill instruction if writemask=0 in eliminate_d...
2011-10-13 Brian Pauls/format/baseFormat/ to be more explicit
2011-10-13 Brian Paulmesa: remove redundant buffer checks in copytexsubimage...
2011-10-13 Brian Paulmesa: remove redundant buffer checks in copytexture_err...
2011-10-13 Brian Paulmesa: check attachment Type field in renderbuffer_exists()
2011-10-13 Brian Paulmesa: consolidate _mesa_source/dest_buffer_exists()
2011-10-12 Brian Paulmesa: make _mesa_update_depth/stencil_buffer() static
2011-10-12 Chad Versaceintel: Assert that no batch is emitted if a region...
2011-10-11 Paul Berryi965: Fix computation of abs(-x) in FS
2011-10-11 Kenneth Graunkei965: Replace incorrect use of GLboolean with enum...
2011-10-11 Ian Romanickmesa: Only allow queries of window system FBO on deskto...
2011-10-11 Ian Romanickmesa: Accept GL_DEPTH and GL_STENCIL for window system...
2011-10-11 Dave Airliegallium: rename ZS stencil type to UINT (v2)
2011-10-10 Chad Versacei965: Change type of brw_context.primitive from GLenum...
2011-10-10 Chad Versacei965: Split brw_set_prim into brw/gen6 variants
2011-10-10 Eric Anholtmesa: Prevent repeated glDeleteProgram() from blowing...
2011-10-10 Zou Nan haii965: Fix timer query on gen6+
2011-10-10 Ian Romanickhash_table: Make string_to_uint_map make a copy of...
2011-10-10 Stéphane Marchesinmesa/st: Check for a NULL _LinkedShader[i] before using it.
2011-10-08 Dave Airliest/mesa: add readpixel integer support
2011-10-08 Dave Airliest/mesa: add support for int type conversion
2011-10-08 Dave Airliemesa/texformat: add integer fallbacks to other formats
2011-10-08 Dave Airliemesa: add packing for int/uint
2011-10-08 Kenneth Graunkei965: Fix inconsistent indentation in brw_eu_emit.c.
2011-10-07 Ian Romanickmesa: Silence several 'warning: unused parameter' in...
2011-10-07 Ian Romanickmesa: Remove unused function _mesa_append_uniform
2011-10-07 Ian Romanickmesa: Simplify calling Driver.ProgramStringNotify after...
2011-10-07 Ian Romanickmesa: Simplify destroy_shader_program_variants_cb after...
2011-10-07 Ian Romanickmesa: Simplify validate_shader_program after previous...
2011-10-07 Ian Romanickmesa: Use gl_shader_program::_LinkedShaders instead...
2011-10-07 Ian Romanickmesa: Use gl_shader_program::_LinkedShaders instead...
2011-10-07 Ian Romanickmesa: Use gl_shader_program::_LinkedShaders instead...
next