st/mesa: Don't have indices buffers map when calling draw
[mesa.git] / src /
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 Thomas Hellstromwinsys/svga: Remove some unneeded debug code
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 Brian Paulsoftpipe: remove unused vars in softpipe_clear()
2011-10-18 Kenneth Graunkeglsl: Stop tree grafting if a variable is overwritten...
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 Anholtglsl: Add gl_CurrentAttrib{Vert,Frag}MESA internal...
2011-10-18 Eric Anholtff_fragment_shader: Use FRAG_RESULT_COLOR to write...
2011-10-18 Thomas Hellstromsvga: Plug a fence leak
2011-10-18 Stéphane Marchesini915g: Use the right shader limits.
2011-10-18 Stéphane Marchesini915g: Add TODO.
2011-10-18 Mathias Fröhlichr600g: Use the bitfield define matching the register...
2011-10-17 Marcin Slusarzst/xorg: fix build when /lib/gallium directory does...
2011-10-17 Marcin Slusarztargets/va/vdpau/xvmc: don't rebuild target lib every...
2011-10-17 Marcin Slusarzst/xorg: remove target library on make clean
2011-10-17 Marcin Slusarzgallium/targets: use c++ compiler for linking
2011-10-17 Tom Stellardr300/compiler: Try to eliminate REPL_ALPHA instructions
2011-10-17 Tom Stellardr300/compiler: More agressive RGB to Alpha conversions
2011-10-17 Tom Stellardr300/compiler: Only convert RGB->Alpha when optimizatio...
2011-10-17 Yuanhan Liumesa: add a function to do the image data copy stuff...
2011-10-16 José Fonsecagallivm: Eliminate tgsi_util_get_full_src_register_sign...
2011-10-16 José Fonsecallvmpipe: Use lp_build_ifloor_fract for exp2 calculation.
2011-10-16 Marek OlšákRevert "r300g: fix rendering with a non-zero index...
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-15 Christoph Bumillernv50,nvc0: extend formats table for integer formats
2011-10-15 Christoph Bumillergallium: add PIPE_BIND_BLENDABLE flag
2011-10-15 Tom Stellardr300/compiler: Enable reg rename pass on r500 and run...
2011-10-15 Tom Stellardr300/compiler: Implement the texture semaphore
2011-10-15 Tom Stellardr300/compiler: Don't pair output writes with GPR writes...
2011-10-15 Tom Stellardr300/compiler: Prevent regalloc from creating non-nativ...
2011-10-15 Tom Stellardr300/compiler: Allow merged instructions to be schedule...
2011-10-14 Ian Romanickmesa/vbo: Treat attribute 0 and vertex as the same
2011-10-14 Marek Olšákr300g: set max vertex samplers to 0 on swtcl chipsets
2011-10-14 Thomas Hellstromwinsys/svga: Rework buffer allocation to make it more...
2011-10-14 Thomas Hellstromdri-vmwgfx: Hook up a drm_descriptor configuration...
2011-10-14 Thomas Hellstromst/dri: Hook up throttling based on the drm driver_desc...
2011-10-14 Thomas Hellstromdrm_driver: Add a configuration function to the driver...
2011-10-14 Thomas Hellstromsvga/winsys: Make sure a flush always inserts and retur...
2011-10-14 Thomas Hellstromst/dri: Implement the new dri2 throttling extension
2011-10-14 Thomas Hellstromdri2: Implement a throttle dri extension.
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 Mathias Froehlichst/wgl: Release stw_framebuffer::mutex after pbuffer...
2011-10-13 Marcin Slusarzst/xorg: fix build without LLVM
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-13 Christoph Bumillerd3d1x: fix check for PIPE_CAP_CONDITIONAL_RENDER
2011-10-12 Dave Airliesoftpipe: fix regression with tex tile cache since...
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
next