graw-gdi: Silence gcc missing initialization warning.
[mesa.git] / src / mesa /
2011-03-05 Marek Olšákgallium: split CAP_INSTANCE_DRAWING into INSTANCEID...
2011-03-04 Eric Anholti965: Apply a workaround for the Ironlake "vertex flash...
2011-03-04 Marek Olšákst/mesa: set PIPE_BIND_RENDER_TARGET for sRGB formats...
2011-03-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2011-03-04 Chris Wilsoni965: Fix extending VB packets
2011-03-04 Chris Wilsoni965: Handle URB_FENCE erratum for Broadwater
2011-03-04 Chris Wilsoni965: Align index to type size and flush if the type...
2011-03-04 Chris Wilsonintel: Add couple of missing gen6 commands to decode
2011-03-04 Chris Wilsoni965: Prevent using a zero sized (or of unknown type...
2011-03-03 José Fonsecascons: More tweaks to fix MinGW build.
2011-03-03 José Fonsecascons: Ensure generated headers are in the include...
2011-03-03 Zou Nan haii965: SNB GT1 has only 32k urb and max 128 urb entries.
2011-03-02 Brian Paulmesa: added gl_program_constants::MaxAddressOffset
2011-03-02 Brian Paulmesa: increase INST_INDEX_BITS to 12
2011-03-02 Brian PaulRevert "mesa: reduce calls to _mesa_test_framebuffer_co...
2011-03-02 Brian Paulvbo: fix error parameter
2011-03-02 Zou Nan haii965: Maxinum the usage of urb space on SNB.
2011-03-02 Dave Airliemesa/st: fix softpipe npot compressed mipmaps.
2011-03-02 Dave Airliemesa/st: fix generate mipmap for signed compressed...
2011-03-02 Dave Airliergtc: remove GL types from this file.
2011-03-02 Dave Airliergtc: move the texel fetch into common unsigned/signed...
2011-03-02 Dave Airliergtc: fix issues with compressor and signed types.
2011-03-02 Dave Airliergtc: don't try to access off the end of the block.
2011-03-02 Dave Airliergtc: move to using ubyte for fetch instead of chan...
2011-03-02 Marek Olšákst/mesa: use RGTC for GL_COMPRESSED_RED/RG if possible
2011-03-02 Brian Paulvbo: add vbo_always_unmap_buffers()
2011-03-02 Brian Paulvbo: generate GL_INVALID_VALUE for bad glVertexAttrib...
2011-03-01 Ian Romanickmesa: Revert most of 3158cc7d because it causes other...
2011-03-01 Kenneth Graunkescons: Use Flex and Bison to generate lexer/parser...
2011-03-01 Dave Airliergtc: fix fetch function limits for signed types
2011-03-01 Dave Airliergtc: fixup mipmap generation
2011-03-01 Dave Airlieswrast/rgtc: fix rendering issues introduced when fix...
2011-03-01 Ian Romanickmesa: Fix build breakage caused by c73e6ce
2011-03-01 Ian RomanickAdd generated parser / lexer files to gitignore lists
2011-03-01 Ian Romanickmesa: Remove files generated by flex and bison from GIT
2011-03-01 Christian Königst/mesa: probably handle instanced drawing
2011-03-01 Kenneth Graunkeintel: Support glCopyTexImage() from ARGB8888 to XRGB8888.
2011-03-01 Chris Wilsoni965: Use negative relocation deltas to minimse vertex...
2011-03-01 Chris Wilsoni965: Undo 'continuation of vb packets'
2011-03-01 Chris Wilsoni965: Fix uploading of shortened vertex packets
2011-03-01 Chris Wilsoni965: Upload all vertices used
2011-03-01 Kenneth GraunkeRevert "i965/fs: Correctly set up gl_FragCoord.w on...
2011-03-01 Zou Nan haii965: bump VS thread number to 60 on SNB
2011-03-01 Dave Airliergtc: shared the compressor code between signed/unsigned
2011-03-01 Brian Paulvbo: silence unused var warning
2011-03-01 Brian Paulmesa: move PBO-related functions into a new file
2011-03-01 Brian Paulmesa: always generate error in glColorTableParameter...
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()
next