ilo: use ilo_dev_info in toy compiler
[mesa.git] / src /
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...
2013-04-26 Brian Paulllvmpipe: bump LP_MAX_THREADS to 16
2013-04-26 Brian Paulmesa: updated read_buffer_enum_to_index() comment
2013-04-26 Christian Königr600/uvd: stop advertising MPEG4 on UVD 2.x chips v2
2013-04-26 Christian Königradeon/uvd: stop using anonymous unions
2013-04-26 Tapani Pällimesa: fix type comparison errors in sub-texture error...
2013-04-26 José FonsecaRevert "draw: Yield zeros for LLVM fetches of non-exist...
2013-04-26 Chia-I Wuilo: add the driver to the build system
2013-04-26 Chia-I Wuilo: compile VS/GS/FS with the toy compiler
2013-04-26 Chia-I Wuilo: add a toy shader compiler
2013-04-26 Chia-I Wuilo: hook up pipe context GPGPU functions
2013-04-26 Chia-I Wuilo: hook up pipe context video functions
2013-04-26 Chia-I Wuilo: add support for time/occlusion/primitive queries
2013-04-26 Chia-I Wuilo: hook up pipe context 3D functions
2013-04-26 Chia-I Wuilo: add GEN7 support for 3D pipeline
2013-04-26 Chia-I Wuilo: add 3D pipeline for GEN6
2013-04-26 Chia-I Wuilo: add GEN7 GPE
2013-04-26 Chia-I Wuilo: add GEN6 GPE
2013-04-26 Chia-I Wuilo: hook up pipe context query functions
2013-04-26 Chia-I Wuilo: hook up pipe context transfer functions
2013-04-26 Chia-I Wuilo: hook up pipe context blit functions
next