46680 Commits (9f61e43b4903c6cf0ac03a479ec9ed7b15fd6ccf)
 

Author SHA1 Message Date
  Stéphane Marchesin 687e62a5d7 i915g: Fix peephole optimization for MOVs. 14 years ago
  Stéphane Marchesin 7cba40306e i915g: Add unsupported PIPE_CAP_MIN_TEXEL_OFFSET/PIPE_CAP_MAX_TEXEL_OFFSET. 14 years ago
  Eric Anholt 86939e05d2 intel: Unindent the blit call in PBO blit uploads. 14 years ago
  Eric Anholt 275ce9631b intel: Drop gratuitous flush in PBO blit upload. 14 years ago
  Eric Anholt 3bb536e4c7 intel: Clean up check_pbo_format to ignore internalFormat. 14 years ago
  Eric Anholt 0ba2390947 intel: Move more of the PBO blit upload logic into that function. 14 years ago
  Eric Anholt d58a3182b1 intel: Remove stale comment about non-intel gl_buffer_objects. 14 years ago
  Eric Anholt bc0335fc0e intel: Remove the pbo zero-copy code. 14 years ago
  Eric Anholt 57024e084a intel: Remove extra FreeTextureImageBuffer() from glTexImage*. 14 years ago
  Eric Anholt 03e623a27b i965: Add support for GL_EXT_packed_float. 14 years ago
  Eric Anholt 2fd8c4e3ed i965: Add support for GL_EXT_texture_shared_exponent. 14 years ago
  Brian Paul 9e9a76eea1 mesa: remove support for GL_APPLE_client_storage extension 14 years ago
  Brian Paul 980f6f1b37 mesa: move gl_texture_image::Width/Height/DepthScale fields to swrast 14 years ago
  Brian Paul eaf376ba35 mesa: move gl_texture_image::_IsPowerOfTwo into swrast 14 years ago
  Michel Dänzer de414f4915 st/mesa: Finalize texture on render-to-texture. 14 years ago
  Brian Paul 4beb8f9e9d st/mesa: Convert size assertions to conditionals in st_texture_image_copy. 14 years ago
  Christoph Bumiller 0cf1a55568 d3d1x: setup draw info primitive restart parameters 14 years ago
  Brian Paul 4465efc3bf draw: add support for guard-band clipping 14 years ago
  José Fonseca a5c0fb51c6 draw: Reduce the number of vertex shader variants per context to 128. 15 years ago
  Kurt Daverman 3c56280d33 draw: Respect max_indices from the renderer. 14 years ago
  Brian Paul 37ef7c22ab translate: check for PIPE_SUBSYSTEM_EMBEDDED 14 years ago
  Jakob Bornecrantz c8c2fc9a7a tgsi: Check in scan for fs position and depth reads 14 years ago
  Brian Paul 379353e16b svga: skip assertion when index_bias < 0 14 years ago
  Brian Paul 1a35fde7c8 svga: fix the test for sRGB texture formats 14 years ago
  Brian Paul ff6cf60cb8 gallium/util: add util_format_is_srgb() helper 14 years ago
  Keith Whitwell 553930424d util: add u_bit_scan helper 14 years ago
  José Fonseca ffb1996f61 util: Allow to make the depth/stencil format queries without repeatedly looking up the format description. 14 years ago
  Keith Whitwell c40c1599bb util: single call to util_format_description in fill_rect 14 years ago
  José Fonseca f2a2ba9c6c util: Handle conversion between depth stencil formats. 15 years ago
  Stéphane Marchesin 51f641291d i915g: Add an optimization to get rid of useless movs, in particular at the end of some shaders. 14 years ago
  Stéphane Marchesin fc1fbb2dc1 i915g: Fix some whitespace problems. 14 years ago
  Stéphane Marchesin bfe507bcff i915g: Blend equation separate seems to work. 14 years ago
  Stéphane Marchesin ef1fa4467f i915g: Add ifdef'd out code to dump compiled shaders. 14 years ago
  Stéphane Marchesin 9a15b1eb95 i915g: Fix bug in shader optimizer. 14 years ago
  Stéphane Marchesin ca8492c284 i915g: Remove stale function prototype. 14 years ago
  Brian Paul 559a0cd1fc svga: call u_default_redefine_user_buffer() to fix failed assertion 14 years ago
  Eric Anholt a140c3e783 meta: Don't hang on to program refcounts after metaops are done. 14 years ago
  Eric Anholt d4444b8e5b i965/vs: Return a dummy value when visiting ir_texture. 14 years ago
  Eric Anholt d158f6e73b i965/gen6+: When only BFC is written, use BFC as the color. 14 years ago
  Eric Anholt 447c488d77 i965/gen6+: Respect the VERTEX_PROGRAM_TWO_SIDE flag for shaders. 14 years ago
  Eric Anholt b68e3422ed mesa: Add a context flag indicating whether two-sided lighting should happen. 14 years ago
  Brian Paul 169f57255a util: remove stray debug code 14 years ago
  Brian Paul 0e6646db32 mesa: check glBegin()/glDrawArrays()/etc mode with _mesa_valid_prim_mode() 14 years ago
  Brian Paul 51002968c9 gallivm: fix build with llvm 3.0svn 14 years ago
  Brian Paul 4ef82cee6d tnl: include swrast/s_chan.h to fix sse build 14 years ago
  Chia-I Wu 4a96a02de7 st/vega: fix drawing images with alpha channel 14 years ago
  Chia-I Wu ceb6d34906 st/vega: fix vg_context_is_object_valid() 14 years ago
  Brian Paul bdddf1cc26 swrast: s/GLubyte/GLchan/ in a cast 14 years ago
  Brian Paul 72648c25e6 llvmpipe: silence a pointer type warning 14 years ago
  Brian Paul de740d7b0a meta: use _mesa_set_enable() in more places 14 years ago