st/mesa: minor clean-ups in update_textures()
[mesa.git] / src /
2011-04-13 Brian Paulst/mesa: minor clean-ups in update_textures()
2011-04-13 Brian Paulmesa: 80-column wrapping and whitespace fixes
2011-04-13 Brian Paulmesa: fix some comments in sampler object code
2011-04-13 Chad Versacei965: Change assertion condition from implicit to explicit
2011-04-13 Chad Versacei965: Define BRW_DEPTHFORMAT_D24_UNORM_X8_UINT
2011-04-13 Chad Versacei965: Document brw_context.state.depth_region
2011-04-13 Chad Versacei965: Remove unnecessary release/reference of brw_conte...
2011-04-12 Kenneth Graunkei965: Add comments about URB size units and limits.
2011-04-12 Kenneth Graunkei965: Never enable the GS on Gen6.
2011-04-12 Chris WilsonRevert "i965: Reinstate max-index paranoia"
2011-04-12 Benjamin Franzkeegl/wayland: Update to per-surface frame events
2011-04-12 Dave Airlienouveau_vieux: fix build since sampler objects merge
2011-04-12 José Fonsecast/wgl: Prevent spurious framebuffer sizes when the...
2011-04-12 José Fonsecast/wgl: Fix debug output format specifiers of stw_frame...
2011-04-12 José Fonsecasvga: Rebind framebuffer and tss bindings strictly...
2011-04-12 Hans de Goedetexstore: fix regression stricter check for memcpy...
2011-04-12 Brian Paul ir_to_mesa: silence signed/unsigned comparison warnings
2011-04-12 Brian Paulr600: silence various compiler warnings
2011-04-12 Brian PaulMerge branch 'arb_sampler_objects'
2011-04-12 Zou Nan haiRevert "i965: clear global offset to zero in m0.2...
2011-04-11 Ian Romanicki965: Remove hint_gs_always and resulting dead code
2011-04-11 Ian Romanickintel: Fix ROUND_DOWN_TO macro
2011-04-11 Ian Romanickglsl: Make GL_ARB_shader_stencil_export enable block...
2011-04-11 Ian Romanickglsl: Only let a shader enable GL_ARB_draw_instanced...
2011-04-11 Brian Paulmesa: fixup r600 DRI driver for sampler object changes
2011-04-11 Eric Anholti965: Move the SF VP from state caching to state streaming.
2011-04-11 Eric Anholti965: Change the SF unit from state caching to state...
2011-04-11 Eric Anholti965: Turn SF unit and viewport structs into pointers...
2011-04-11 peppu_vbuf_mgr: fixed vbo max_index calculation
2011-04-11 Marek Olšákr600g: handle PIPE_CAP_FRAGMENT_COLOR_CLAMP_CONTROL...
2011-04-10 Brian Paulmesa: plug in new functions for GL_ARB_sampler_objects
2011-04-10 Brian Paulmesa: new code/functions for GL_ARB_sampler_objects
2011-04-10 Brian Paulmesa: alloc/free shared sampler objects
2011-04-10 Brian Paulmesa: new driver hooks for GL_ARB_sampler_objects
2011-04-10 Brian Paulmesa: add glGet for GL_ARB_sampler_objects
2011-04-10 Brian Paulmesa: move sampler state into new gl_sampler_object...
2011-04-10 Brian Paulglapi: regenerated files for GL_ARB_sampler_objects
2011-04-10 Brian Paulglapi: interface for GL_ARB_sampler_objects
2011-04-10 Henri Verbeetglx: Only remove the glx_display from the list after...
2011-04-10 Henri Verbeetglx: Destroy dri2Hash on DRI2 display destruction.
2011-04-10 Henri Verbeetmesa: Also update the color draw buffer if it's explici...
2011-04-10 Christoph Bumillernv50,nvc0: silence shader debug output
2011-04-10 Christoph Bumillernvc0: make the card permit separate colour outputs
2011-04-10 Christoph Bumillernv50-nvc0: make use of COLOR_MASK,BLEND_ENABLE_COMMON
2011-04-10 Christoph Bumillernvc0: shrink CSOs a little
2011-04-10 Christoph Bumillernv50,nvc0: identify some line rasterization state
2011-04-10 Christoph Bumillernvc0: force perspective correction hint to nicest
2011-04-10 Christoph Bumillernv50,nvc0: don't insert instructions after the block...
2011-04-09 Alan CoopersmithMake st_pipe_vertex_format return type in st_draw.h...
2011-04-09 Alan CoopersmithFix GET_PROGRAM_NAME() on Solaris to not try to modify...
2011-04-08 Marek OlšákRevert "r300g: handle DISCARD_WHOLE_RESOURCE for buffers"
2011-04-08 Marek Olšákr300g: fix another crash with hyperz
2011-04-08 Marek Olšákr300g: fix crash when adding a new relocation
2011-04-08 Marek Olšákr300g: emit US_FORMAT on R520 only
2011-04-08 Eric Anholti965/fs: Remove broken optimization for live intervals...
2011-04-08 Marek Olšáku_vbuf_mgr: fix crash with unsupported vertex format...
2011-04-08 Marek Olšákr300g: fix crash with hyperz
2011-04-08 Henri Verbeetr300g: Properly take the sampler view's first_level...
2011-04-08 Fabian Bielerllvmpipe: Take the sampler view's first_level into...
2011-04-08 Henri Verbeetsoftpipe: Take the sampler view's first_level into...
2011-04-08 Henri Verbeetst/mesa: Clamp min_lod to the max miplevel as well.
2011-04-08 Henri Verbeetst/mesa: Set samplers views' first_level.
2011-04-08 Marek Olšákr300g: do not advertise R16F and RG16F on DRM < 2.8.0
2011-04-08 Marek Olšákr300g: fix texturing with sizes > 2048 on r500
2011-04-08 Marek Olšákr300g: add 'radeon: ' prefix to error messages in winsys
2011-04-08 Marek Olšákmesa: fix dstRowDiff computation in RGTC texstore functions
2011-04-07 Kristian Høgsbergegl_dri2.c: Open drm device with O_CLOEXEC
2011-04-07 Henri Verbeetr600g: Unreference framebuffer state on context destruc...
2011-04-07 Henri Verbeetr600g: Use symbolic names for NUMBER_TYPE.
2011-04-07 Brian Pauldocs: replace llvmpipe/README with docs/llvmpipe.html
2011-04-07 Brian Paulllvmpipe: document issue with LLVM 2.8 and earlier...
2011-04-07 Brian Paulutil: add cpu detection for sse 4.2 and avx
2011-04-07 Brian Paulutil: simplify bit shifting in util_cpu_detect()
2011-04-07 Brian Paulsvga: another tweak to adjust_x term (use -0.5)
2011-04-07 José Fonsecamesa: Update _ElementSize in a few more places.
2011-04-07 José Fonsecamesa/st: Fix user buffer size computation when stride...
2011-04-07 Brian Paulmesa: Update _ElementSize.
2011-04-07 José Fonsecamesa/st: Prevent 'end' < 'start' in vbo_exec_DrawRangeE...
2011-04-07 José Fonsecamesa/st: Handle feedback draw when VBO offsets are...
2011-04-07 Zou Nan haii965: clear global offset to zero in m0.2 for VS...
2011-04-06 Vinson Leemesa: Fix allocation size of extension_indices array.
2011-04-06 Brian Paulmesa: fix error message text
2011-04-06 Brian Paulmesa: consolidate code in _mesa_update_array_max_element()
2011-04-06 Julian Adamsr600g: Fix non-independent blend state.
2011-04-06 Brian Paulmesa: init/release the default texture buffer object
2011-04-06 Brian Paulmesa: fix popping of texture state for GL_TEXTURE_BUFFER
2011-04-06 Brian Paulmesa: TEXTURE_BUFFER fix-up
2011-04-06 Tom Stellardr300/compiler: Don't try to convert RGB to Alpha in...
2011-04-06 José Fonsecamesa: Recognize MESA_VERBOSE=all as shortcut for all...
2011-04-06 José Fonsecadraw: Fix thinko in debug warnings.
2011-04-06 José Fonsecatrace: Correct/cleanup.
2011-04-06 José FonsecaRevert "trace: Dump blend state as a binary blob."
2011-04-06 José Fonsecast/python: Remove bindings, and all its dependencies.
2011-04-06 Brian Paulswrast: simplify assertion to silence warning
2011-04-06 Brian Paulmesa: core support for GL_ARB_texture_buffer_object
2011-04-06 Brian Paulmesa: regenerated API entrypoints for GL_ARB_texture_bu...
2011-04-06 Brian Paulmesa: API spec for GL_ARB_texture_buffer_object
2011-04-05 Vinson Leescons: Generate empty git_sha1.h for all platforms.
2011-04-05 Kenneth Graunkeir_to_mesa: Use gl_register_file enum type rather than...
2011-04-05 Kenneth Graunkeir_to_mesa: Unprefix ir_to_mesa_undef* and ir_to_mesa_a...
next