i965: Add missing MOCS setup for 3DSTATE_INDEX_BUFFER on Broadwell.
[mesa.git] / src /
2014-06-15 Kenneth Graunkei965: Add missing MOCS setup for 3DSTATE_INDEX_BUFFER...
2014-06-15 Kenneth Graunkei965/vec4: Fix dead code elimination for VGRFs of size...
2014-06-15 Kenneth Graunkei965: Add SHADER_OPCODE_SHADER_TIME_ADD to dump_instruc...
2014-06-15 Vinson Leeglsl: Fix clang mismatched-tags warnings with glsl_type.
2014-06-15 Vinson Leemesa/drivers: Fix clang constant-logical-operand warnings.
2014-06-15 Chris Forbesglsl: Correct more typos
2014-06-14 Tom Stellardradeon/compute: Always report at least 1 compute unit
2014-06-13 Jason Ekstrandmeta_blit: properly compute texture width for the CopyT...
2014-06-13 Rob Clarkfreedreno/a3xx: vtx formats
2014-06-13 Rob Clarkfreedreno: update generated headers
2014-06-13 Rob Clarkfreedreno: try for more squarish tile dimensions
2014-06-13 Rob Clarkfreedreno: fix for null textures
2014-06-13 Roland Scheideggerllvmpipe: increase number of queries which can be binne...
2014-06-13 Bruno Jiménezradeon/compute: Implement PIPE_COMPUTE_CAP_MAX_COMPUTE_...
2014-06-13 Neil RobertsRemove _mesa_is_type_integer and _mesa_is_enum_format_o...
2014-06-12 Bruno Jiménezclover: query driver for the max number of compute...
2014-06-12 Bruno Jiménezgallium: Add PIPE_COMPUTE_CAP_MAX_COMPUTE_UNITS
2014-06-12 Bruno Jiménezr600g/compute: solve a bug introduced by 2e01b8b440c140...
2014-06-12 Niels Ole Salscheideregl/gallium: Set defines for supported APIs when using...
2014-06-12 Courtney Goeltzenl... mesa: glx: Reduce error log level
2014-06-12 Brian Paulcso: fix stream-out clean up in cso_release_all()
2014-06-12 Neil Robertsi965: Set the fast clear color value for texture surfaces
2014-06-12 Chris Forbesglsl: Fix typo in comment.
2014-06-12 Kenneth Graunkei965: Fix disassembly of BLORP clear programs.
2014-06-12 Kenneth Graunkei965/fs: Move FB write default state mashing in a level.
2014-06-12 Kenneth Graunkei965: Fix Haswell discard regressions since Gen4-5...
2014-06-12 Michel Dänzergbm: Remove 64x64 restriction from GBM_BO_USE_CURSOR
2014-06-12 Matt Turneri965: Use brw->gen in some generation checks.
2014-06-12 Matt Turneri965/fs: Clean up tabs in brw_fs_cse.cpp.
2014-06-11 Robert Braggmeta: save and restore swizzle for _GenerateMipmap
2014-06-11 Ian Romanicki965/vec4: Emit smarter code for b2f of a comparison
2014-06-11 Ian Romanicki965/vec4: Silence a couple unused parameter warnings
2014-06-11 Ian Romanickglsl: Store gl_uniform_driver_storage::format as the...
2014-06-11 Dave Airliesoftpipe: fix pt->resource assert placement
2014-06-11 Dave Airliesoftpipe: enable AMD_vertex_shader_layer.
2014-06-11 Dave Airliesoftpipe: enable GLSL 3.30 support.
2014-06-11 Dave Airliesoftpipe: bump the softpipe geometry limits
2014-06-11 Dave Airlietgsi_exec: use defines for max inputs/outputs
2014-06-11 Dave Airliesoftpipe: add layered rendering support.
2014-06-11 Dave Airliesoftpipe: add layering to the surface tile cache.
2014-06-11 Dave Airliesoftpipe: add depth clamping support. (v2)
2014-06-11 Dave Airlietgsi/gs: bound max output vertices in shader
2014-06-11 Jon Ashburni965: Add GPU BLIT of texture image to PBO in Intel...
2014-06-10 Kenneth Graunkei965: Invalidate live intervals when inserting Gen4...
2014-06-10 Kenneth Graunkei965: Don't use the head sentinel as an fs_inst in...
2014-06-10 Kenneth Graunkemeta: Label the meta GLSL clear program.
2014-06-10 Kenneth Graunkei965/fs: Combine generate_math[12]_gen6 methods.
2014-06-10 Kenneth Graunkei965/fs: Drop the generate_math[12]_gen7 methods.
2014-06-10 Kenneth Graunkei965/vec4: Combine generate_math[12]_gen6 methods.
2014-06-10 Kenneth Graunkei965/vec4: Drop the generate_math2_gen7() method.
2014-06-10 Kenneth Graunkei965: Rename brw_math to gen4_math.
2014-06-10 Kenneth Graunkei965: Split Gen4-5 and Gen6+ MATH instruction emitters.
2014-06-10 Kenneth Graunkei965: Make src_reg::equals() take a constant reference...
2014-06-10 Kenneth Graunkei965: Don't set the "switch" flag on control flow instr...
2014-06-10 Kenneth Graunkei965/fs: Allow CSE on math opcodes on Gen6+.
2014-06-10 Thomas Hellandglsl: Remove unused include in expr.flatt.
2014-06-10 Thomas Hellandglsl: Remove unused include in ir.cpp
2014-06-10 Thomas Hellandglsl: Remove unused include from ir_constant_expression.cpp
2014-06-10 Thomas Hellandglsl: Remove unused include from ir_basic_block.cpp
2014-06-10 Thomas Hellandglsl: Remove unused include from hir_field_selection.cpp
2014-06-10 Thomas Hellandglsl: Remove unused include from glsl_symbol_table.h
2014-06-10 Thomas Hellandglsl: Remove unused include from glsl_types.cpp
2014-06-10 Thomas Hellandglsl: Remove unused include from builtin_variables.cpp
2014-06-10 Thomas Hellandglsl: Remove unused include in ast_to_hir.cpp
2014-06-10 Thomas Hellandglsl: Remove unused includes in link_uniform_block_acti...
2014-06-10 Thomas Hellandglsl: Remove unused includes in link_uniform_init.
2014-06-10 Matt Turneri965: Replace open-coded linked list with exec_list.
2014-06-10 Matt Turnerglsl: Add an exec_node_init() function, usable from C.
2014-06-10 Matt Turnerglsl: Make foreach macros usable from C by adding struc...
2014-06-10 Matt Turnerglsl: Make exec_list members just wrap the C API.
2014-06-10 Matt Turnerglsl: Make exec_node members just wrap the C API.
2014-06-10 Matt Turnerglsl: Add C API for exec_list.
2014-06-10 Matt Turnerglsl: Add C API for exec_node.
2014-06-10 Matt Turnerglsl: Move definition of exec_list member functions...
2014-06-10 Matt Turnerglsl: Move definition of exec_node member functions...
2014-06-10 Bruno Jiménezr600g/compute: Use %u as the unsigned format
2014-06-10 Bruno Jiménezr600g/compute: align items correctly
2014-06-10 Bruno Jiménezr600g/compute: Cleanup of compute_memory_pool.h
2014-06-10 Bruno Jiménezr600g/compute: Tidy a bit compute_memory_finalize_pending
2014-06-10 Bruno Jiménezr600g/compute: Add more NULL checks
2014-06-10 Bruno Jiménezr600g/compute: Adding checks for NULL after CALLOC
2014-06-10 Bruno Jiménezr600g/compute: Fixing a typo and some indentation
2014-06-10 Cody Northropmesa: Fix substitution of large shaders
2014-06-10 David Heidelbergerr600g,radeonsi: implement PIPE_QUERY_TIMESTAMP_DISJOINT
2014-06-10 Jon TURNEYglx: Fix build in GLX_DIRECT_RENDERING !GLX_USE_APPLEGL...
2014-06-10 Kristian Høgsbergi965: Make gen7_pi field of brw_instruction use unsigne...
2014-06-10 Kristian Høgsbergi965: Don't include mtypes.h in brw_disasm.c
2014-06-10 Matt Turneri965/fs: initialize src as reg_undef for texture opcode...
2014-06-10 Tapani Pällii965/fs: initialize src as reg_undef for texture opcode...
2014-06-09 Emil Velikovegl/dri2: do not leak dri2_dpy->driver_name
2014-06-09 Emil Velikovegl/dri2/x11: use standard strndup function
2014-06-09 Adrian Negreanuandroid, dricore: undefined reference to _mesa_streamin...
2014-06-09 Adrian Negreanuandroid, mesa_gen_matypes: pull in timespec POSIX defin...
2014-06-09 Adrian Negreanuandroid, egl: typo dri2_fallback_pixmap_surface ->...
2014-06-09 Adrian Negreanuandroid, egl: add correct drm include for libmesa_egl_dri2
2014-06-09 Adrian Negreanuandroid: add src/gallium/auxiliary as include path...
2014-06-09 Adrian Negreanuandroid: add libloader to libGLES_mesa and libmesa_egl_dri2
2014-06-09 Adrian Negreanuandroid: adapt to the megadriver mechanism
2014-06-09 Adrian Negreanuadd megadriver_stub_FILES
2014-06-09 Emil Velikovscons: remove dri-i915 build target
next