mesa: remove GL_SGI_texture_color_table support
[mesa.git] / src / mesa /
2011-03-01 Brian Paulmesa: remove GL_SGI_texture_color_table support
2011-03-01 Brian Paulmesa: consolidate framebuffer target lookup code
2011-03-01 Brian Paulmesa: remove some old do-nothing code
2011-03-01 Brian Paulmesa: reduce calls to _mesa_test_framebuffer_completeness()
2011-03-01 Brian Paulmesa: reduce calls to _mesa_test_framebuffer_completeness()
2011-03-01 Brian Paulmesa: s/mesaFormat/attFormat/
2011-02-28 Dave Airliergtc: fix void pointer arith.
2011-02-28 Kenneth Graunkeglsl: Enable GL_OES_texture_3D extension for ES2.
2011-02-28 Vinson Leemesa: Add texcompress_rgtc.c to SConscript.
2011-02-28 Dave Airliemesa/st: add RGTC format support.
2011-02-28 Dave Airlieswrast: add RGTC support
2011-02-28 Dave Airliemesa: Add RGTC texture store/fetch support.
2011-02-28 Dave Airliemesa: make_float_temp_image non-static
2011-02-28 Christian Königst/mesa & v_bug_mgr: two small instanced drawing fixes
2011-02-26 Eric Anholtintel: Use the current context rather than last bound...
2011-02-25 Kenneth Graunkei965/fs: Initial plumbing to support TXD.
2011-02-25 Kenneth Graunkei965/fs: Complete TXL support on gen5+.
2011-02-25 Kenneth Graunkei965/fs: Complete TXL support on gen4.
2011-02-25 Kenneth Graunkei965/fs: Use a properly named constant in TXB handling.
2011-02-25 Kenneth Graunkei965: Add #defines for gen4 SIMD8 TXB/TXL with shadow...
2011-02-25 Jerome Glissegallium/st: place value check before value is use
2011-02-24 Kenneth Graunkei965: Increase Sandybridge point size clamp in the...
2011-02-24 Neil Robertsintel: Try using glCopyTexSubImage2D in _mesa_meta_Blit...
2011-02-24 Chris Wilsoni965: Remember to pack the constant blend color as...
2011-02-24 Chris Wilsonintel: Reset the buffer offset after releasing referenc...
2011-02-24 Chris Wilsoni965: Unmap the correct pointer after discontiguous...
2011-02-24 Chris Wilsonintel: Protect against waiting on a NULL render target bo
2011-02-24 Dave Airliest/mesa: treat 1D ARRAY upload like a depth or 2D array...
2011-02-23 Chris Wilsonintel: gen3 is particular sensitive to batch size
2011-02-23 Chris Wilsoni915: And remember assign the new value to the state...
2011-02-23 Wiktor Janasst/mesa: fix computing the lowest address for interleav...
2011-02-22 Brian Paulvbo: added vbo_check_buffers_are_unmapped() debug function
2011-02-22 Brian Paulvbo: removed unused #defines, add comments
2011-02-22 Brian Paulmesa: move comment, change debug code
2011-02-22 Brian Paulvbo: simplify NeedFlush flag clearing
2011-02-22 Brian Paulvbo: use ctx intstead of exec->ctx
2011-02-22 Andy Skinnerxlib: pass Display pointer to XMesaGarbageCollect()
2011-02-22 Kenneth Graunkei965: Increase Sandybridge point size clamp.
2011-02-22 Kenneth Graunkei965/fs: Correctly set up gl_FragCoord.w on Sandybridge.
2011-02-22 Kenneth Graunkei965/fs: Refactor control flow stack handling.
2011-02-22 Kenneth Graunkei965/fs: Avoid register coalescing away gen6 MATH worka...
2011-02-22 Kenneth Graunkei965/fs: Apply source modifier workarounds to POW as...
2011-02-22 Kenneth Graunkei965: Fix shaders that write to gl_PointSize on Sandybr...
2011-02-22 José Fonsecamesa: Avoid undeclared ffs function warning on mingw.
2011-02-20 Marek Olšákst/mesa: fix crash when using both user and vbo buffers...
2011-02-20 Marek Olšákst/mesa: fix crash when DrawBuffer->_ColorDrawBuffers...
2011-02-22 Chris Wilsoni965: Trim the interleaved upload to the minimum number...
2011-02-22 Chris Wilsoni965: Reinstate max-index paranoia
2011-02-22 Chris Wilsoni965: Zero the offset into the vbo when uploading non...
2011-02-22 Eric Anholti965: Fix VB packet reuse when offset for the new buffe...
2011-02-22 Brian PaulRevert "mesa: convert macros to inline functions"
2011-02-21 Brian Paulst/mesa: need to translate clear color according to...
2011-02-21 Brian Paulst/mesa: fix the default case in st_format_datatype()
2011-02-21 Brian Paulst/mesa: fix incorrect texture size allocation in st_fi...
2011-02-21 Brian Paulst/mesa: refactor guess_and_alloc_texture() code
2011-02-21 Brian Paulst/mesa: fix mipmap generation for non-POW textures
2011-02-21 Brian Paulmesa: convert macros to inline functions
2011-02-21 Brian Paulvbo: more comments
2011-02-21 Brian Paulvbo: make vbo_exec_FlushVertices_internal() static
2011-02-21 Brian Paulvbo: remove old debug code, add comments
2011-02-21 Brian Paulvbo: rename, document function params
2011-02-21 Brian Paulvbo: comments
2011-02-21 Brian Paulvbo: replace assert(0) with proper assertions
2011-02-21 Brian Paulvbo: rename some vars, add new comments, fix formatting...
2011-02-21 Brian Paulvbo: use ctx instead of exec->ctx
2011-02-21 Brian Paulradeon: add default switch case to silence unhandled...
2011-02-21 Ian RomanickUse C-style system headers in C++ code to avoid issues...
2011-02-21 Chris Wilsonintel: Fix insufficient integer width for upload buffer...
2011-02-21 Chris Wilsoni965: Remove spurious duplicate ADVANCE_BATCH
2011-02-21 Chris Wilsoni915: Emit a single relocation per vbo
2011-02-21 Chris Wilsoni915: Suppress emission of redundant stencil updates
2011-02-21 Chris Wilsoni915: Separate BLEND from general context state.
2011-02-21 Chris Wilsoni915: Only flag context changes if the actual state...
2011-02-21 Chris Wilsoni915: suppress repeated sampler state emission
2011-02-21 Chris Wilsoni915: Eliminate redundant CONSTANTS updates
2011-02-21 Chris Wilsoni965: Use compiler builtins when available
2011-02-21 Chris Wilsoni965: Micro-optimise check_state
2011-02-21 Chris Wilsonintel: use throttle ioctl for throttling
2011-02-21 Chris Wilsoni965: Remove unused 'next_free_page' member
2011-02-21 Chris Wilsonintel: Skip the flush before read-pixels via blit
2011-02-21 Chris Wilsonintel: extend current vertex buffers
2011-02-21 Chris Wilsonintel: Use specified alignment for writes into the...
2011-02-21 Chris Wilsoni965: Clean up brw_prepare_vertices()
2011-02-21 Chris Wilsonintel: combine short memcpy using a temporary allocated...
2011-02-21 Chris Wilsoni965: upload normal arrays as interleaved
2011-02-21 Chris Wilsoni965: interleaved vbo
2011-02-21 Chris Wilsoni965: emit one vb packet per vbo
2011-02-21 Chris Wilsoni965: upload transient indices into the same discontigu...
2011-02-21 Chris Wilsoni965: suppress repeat-emission of identical vertex...
2011-02-21 Chris Wilsoni965: Move repeat-instruction-suppression to batchbuffe...
2011-02-21 Chris Wilsonintel: use pwrite for batch
2011-02-21 Chris Wilsoni965: drop state_bo references to batch_bo
2011-02-21 Chris Wilsoni965: directly write wm state to batch
2011-02-21 Chris Wilsoni965: write cc straight to batch
2011-02-21 Chris Wilsoni965: switch gen6 to use its own cc state bo
2011-02-21 Chris Wilsonintel: Buffered upload
2011-02-21 Chris Wilsonintel: Replace the bo for a complete update
2011-02-21 Chris Wilsoni965: Combine vb upload buffer with the general upload...
2011-02-21 Chris Wilsonintel: Pack dynamic draws together
2011-02-21 Chris Wilsonintel: Use system memory for DYNAMIC_DRAW source objects
next