vbo: fix possible use-after-free segfault after a VAO is deleted
[mesa.git] / src /
2013-05-01 Marek Olšákvbo: fix possible use-after-free segfault after a VAO...
2013-05-01 Kenneth Graunkei965/vs: Fix textureGrad() with shadow samplers on...
2013-05-01 Kenneth Graunkei965: Lower textureGrad() for samplerCubeShadow.
2013-05-01 Christian Königradeon/uvd: fix quant scan order for mpeg2
2013-05-01 Christian Königst/vdpau: fix background handling in the mixer
2013-05-01 Christian Königvl/buffer: use 2D_ARRAY instead of 3D textures
2013-05-01 Christian Königvl/compositor: cleanup background clearing
2013-05-01 Brian Paulswrast: add casts for ImageSlices pointer arithmetic
2013-05-01 Chia-I Wuilo: fix PIPE_CAP_MAX_STREAM_OUTPUT_BUFFERS
2013-05-01 Chia-I Wuilo: enable SO support on GEN7
2013-05-01 Chia-I Wuilo: reset SO write offsets for new SO targets
2013-05-01 Chia-I Wuilo: correctly program SO states for GEN7
2013-05-01 Chia-I Wuilo: implement GEN7 SO GPE functions
2013-05-01 Chia-I Wuilo: add gen6_pipeline_update_max_svbi()
2013-05-01 Chia-I Wuilo: expose register indices of OUTs in ilo_shader
2013-05-01 Chia-I Wuilo: allow one-off flags to be specified for CP
2013-05-01 Chia-I Wuilo: fix tiling/size for special-purpose resources
2013-05-01 Chia-I Wuilo: use UMS layout for render targets
2013-05-01 Chia-I Wuilo: support and prefer compact array spacing
2013-05-01 Chia-I Wuilo: move device limits to ilo_dev_info or to GPEs
2013-05-01 Chia-I Wuilo: use ilo_dev_info in toy compiler
2013-05-01 Chia-I Wuilo: use ilo_dev_info in GPE and 3D pipeline
2013-05-01 Chia-I Wuilo: add ilo_dev_info shared by the screen and contexts
2013-05-01 Chia-I Wuilo: fix indentation of ilo_gpe_gen*.h
2013-04-30 Kenneth Graunkeglsl: Ignore redundant prototypes after a function...
2013-04-30 Matt Turnerbuild: Remove libpipe_loader.la from GALLIUM_PIPE_LOADE...
2013-04-30 Matt Turnerbuild: Remove HAVE_PIPE_LOADER_SW.
2013-04-30 Matt Turnerbuild: Remove libws_null.la from GALLIUM_PIPE_LOADER_LIBS.
2013-04-30 Matt Turnerbuild: Rename PIPE_LOADER_HAVE_XCB to HAVE_PIPE_LOADER_XCB.
2013-04-30 Paul Berryi965: Stop passing num_samples to intel_miptree_alloc_h...
2013-04-27 Zack Rusindraw: don't crash if GS doesn't emit anything
2013-04-30 Eric Anholti965: Implement color clears using a simple shader...
2013-04-30 Eric Anholtmesa: Make a Mesa core function for sRGB render encodin...
2013-04-30 Eric Anholti965: Don't flush the batch at the end of blorp.
2013-04-30 Vadim Girlinr600g/sb: remove unused code
2013-04-30 Vadim Girlinr600g/sb: collect shader statistics
2013-04-30 Vadim Girlinr600g/sb: don't propagate dead values in GVN pass
2013-04-30 Vadim Girlinr600g/sb: use simple heuristic to limit register pressure
2013-04-30 Vadim Girlinr600g/sb: improve error checking in ra_coalesce pass
2013-04-30 Vadim Girlinr600g/sb: use source bytecode in case of optimization...
2013-04-30 Vadim Girlinr600g: plug in optimizing backend
2013-04-30 Vadim Girlinr600g/sb: initial commit of the optimizing shader backend
2013-04-30 Vadim Girlinr600g: use enum type for domains field in struct r600_r...
2013-04-30 Vadim Girlinr600g: add new flags to isa instruction tables
2013-04-30 Vadim Girlinr600g: always create reverse lookup isa tables
2013-04-30 Vadim Girlinr600g: mask unused source components for SAMPLE
2013-04-30 Eric Anholtintel: Remove the last spans code!
2013-04-30 Eric Anholtintel: Move the S8 offset calc function near its remain...
2013-04-30 Eric Anholtintel: Ensure renderbuffers are current when mapping...
2013-04-30 Eric Anholtmesa: Add a clarifying comment about rowStride of compr...
2013-04-30 Eric Anholtmesa: Remove the Map field from texture images.
2013-04-30 Eric Anholtswrast: Always use MapTextureImage for mapping textures...
2013-04-30 Eric Anholtnouveau: Replace swrast_texture_image->Map usage with...
2013-04-30 Eric Anholtnouveau: Just use MapTextureImage instead of duplicatin...
2013-04-30 Eric Anholtswrast: Make a teximage's stored RowStride be in terms...
2013-04-30 Eric Anholtswrast: Replace use of teximage Map in 1D/2D paths...
2013-04-30 Eric Anholtswrast: Replace ImageOffsets with an ImageSlices pointer.
2013-04-30 Eric Anholtswrast: Reuse _swrast_free_texture_image_buffer from...
2013-04-30 Eric Anholtswrast: Move ImageOffsets allocation to shared code.
2013-04-30 Eric Anholtswrast: Clean up and explain the mapping process.
2013-04-30 Eric Anholtswrast: Factor out texture slice counting.
2013-04-30 Eric Anholtradeon: Remove some dead teximage mapping code.
2013-04-30 Eric Anholtradeon: Add missing swrast field initialization.
2013-04-30 Vincent Lejeuner600g/llvm: Fix opencl build
2013-04-30 Alexander von Gluck IVGallium: Use mmap on Haiku for executable memory vs...
2013-04-30 Alexander von Gluck IVMapi: Use mmap on Haiku for executable memory vs malloc
2013-04-30 Alexander von Gluck IVMesa: Use mmap on Haiku for executable memory vs malloc
2013-04-30 Vincent Lejeuner600g/llvm: get use_kill from compiler shader
2013-04-29 Eric Anholti965/fs: Print out the estimated cycle count in INTEL_D...
2013-04-29 Eric Anholti965/fs: Allow LRPs with uniform registers.
2013-04-29 Eric Anholtintel: Be more conservative in disabling tiling to...
2013-04-29 Eric Anholti965: Disable Z16 on contexts that don't require it.
2013-04-29 Eric Anholtintel: Report FBO incompleteness causes through GL_ARB_...
2013-04-29 Eric Anholtintel: Fold the one last function intel_tex_format...
2013-04-29 Eric Anholtmesa: Fix error checking for GS UBO getters.
2013-04-29 Eric Anholtmesa: Add a clarifying comment about EXTRA_ error checking.
2013-04-29 Eric Anholtmesa: Add an extra clarifying set of braces to getter...
2013-04-29 Eric Anholtmesa: Fix error checking for getters consisting of...
2013-04-29 Eric Anholtmesa: Clarify the names of error checking variables...
2013-04-29 Eric Anholti915: Add support for GL_EXT_texture_sRGB and GL_EXT_te...
2013-04-29 Eric Anholti915: Always enable GL 2.0 support.
2013-04-29 Eric Anholti915: Correctly set the OQ counter bits.
2013-04-29 Kenneth Graunkei965: Move is_math/is_tex/is_control_flow() to backend_...
2013-04-27 Zack Rusindraw/so: fix overflow calculation
2013-04-29 José Fonsecallvmpipe: Fix queries when screen->num_threads == 0.
2013-04-29 José FonsecaRevert "st/mesa: add a simple path to BufferData if...
2013-04-29 Jerome Glisser600g: force full cache for hyperz
2013-04-29 Rob Clarkfreedreno: fix rebase screw-up
2013-04-29 Chris Forbesi965/fs: Don't try to use bogus interpolation modes...
2013-04-28 Matt Turneri965/vs: Fix order of source arguments to LRP.
2013-04-27 Zack Rusinllvmpipe: stop crashing when one of the so targets...
2013-04-27 Zack Rusindraw/so: indicate overflow when buffer is missing
2013-04-27 Zack Rusingallivm: fix indirect addressing of temps in soa mode
2013-04-27 Zack Rusintgsi/ureg: Add a function to return the number of outputs
2013-04-27 Zack Rusindraw/so: Fix overflow calculations
2013-04-27 Zack Rusindraw/llvm: fix viewport transformations
2013-04-27 Zack Rusingallium: increase the number of available stream output...
2013-04-27 Zack Rusinllvmpipe: implement so_overflow query
2013-04-26 Brian Paulmesa: fix the compressed TexSubImage size checking...
2013-04-26 Brian Paulllvmpipe: replace LP_MAX_THREADS with screen->num_threa...
next