| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | glsl: Remove unused include in ir.cpp | Thomas Helland | 2014-06-10 | 1 | -1/+0 |
* | glsl: Remove unused include from ir_constant_expression.cpp | Thomas Helland | 2014-06-10 | 1 | -1/+0 |
* | glsl: Remove unused include from ir_basic_block.cpp | Thomas Helland | 2014-06-10 | 1 | -2/+0 |
* | glsl: Remove unused include from hir_field_selection.cpp | Thomas Helland | 2014-06-10 | 1 | -1/+0 |
* | glsl: Remove unused include from glsl_symbol_table.h | Thomas Helland | 2014-06-10 | 1 | -1/+1 |
* | glsl: Remove unused include from glsl_types.cpp | Thomas Helland | 2014-06-10 | 1 | -3/+1 |
* | glsl: Remove unused include from builtin_variables.cpp | Thomas Helland | 2014-06-10 | 1 | -1/+0 |
* | glsl: Remove unused include in ast_to_hir.cpp | Thomas Helland | 2014-06-10 | 1 | -1/+0 |
* | glsl: Remove unused includes in link_uniform_block_active_visitor.h | Thomas Helland | 2014-06-10 | 1 | -2/+0 |
* | glsl: Remove unused includes in link_uniform_init. | Thomas Helland | 2014-06-10 | 1 | -2/+0 |
* | i965: Replace open-coded linked list with exec_list. | Matt Turner | 2014-06-10 | 4 | -62/+45 |
* | glsl: Add an exec_node_init() function, usable from C. | Matt Turner | 2014-06-10 | 1 | -0/+7 |
* | glsl: Make foreach macros usable from C by adding struct keyword. | Matt Turner | 2014-06-10 | 1 | -11/+11 |
* | glsl: Make exec_list members just wrap the C API. | Matt Turner | 2014-06-10 | 1 | -77/+13 |
* | glsl: Make exec_node members just wrap the C API. | Matt Turner | 2014-06-10 | 1 | -27/+11 |
* | glsl: Add C API for exec_list. | Matt Turner | 2014-06-10 | 1 | -0/+141 |
* | glsl: Add C API for exec_node. | Matt Turner | 2014-06-10 | 1 | -0/+82 |
* | glsl: Move definition of exec_list member functions out of the struct. | Matt Turner | 2014-06-10 | 1 | -108/+127 |
* | glsl: Move definition of exec_node member functions out of the struct. | Matt Turner | 2014-06-10 | 1 | -62/+83 |
* | r600g/compute: Use %u as the unsigned format | Bruno Jiménez | 2014-06-10 | 1 | -1/+1 |
* | r600g/compute: align items correctly | Bruno Jiménez | 2014-06-10 | 1 | -4/+5 |
* | r600g/compute: Cleanup of compute_memory_pool.h | Bruno Jiménez | 2014-06-10 | 1 | -15/+0 |
* | r600g/compute: Tidy a bit compute_memory_finalize_pending | Bruno Jiménez | 2014-06-10 | 1 | -12/+7 |
* | r600g/compute: Add more NULL checks | Bruno Jiménez | 2014-06-10 | 2 | -8/+28 |
* | r600g/compute: Adding checks for NULL after CALLOC | Bruno Jiménez | 2014-06-10 | 1 | -0/+8 |
* | r600g/compute: Fixing a typo and some indentation | Bruno Jiménez | 2014-06-10 | 1 | -2/+2 |
* | mesa: Fix substitution of large shaders | Cody Northrop | 2014-06-10 | 1 | -3/+14 |
* | configure: Only check for OpenCL without LLVM when the latter is certain | Michel Dänzer | 2014-06-10 | 1 | -4/+4 |
* | r600g,radeonsi: implement PIPE_QUERY_TIMESTAMP_DISJOINT | David Heidelberger | 2014-06-10 | 1 | -0/+12 |
* | configure: Always default to --enable-driglx-direct | Jon TURNEY | 2014-06-10 | 1 | -15/+1 |
* | glx: Fix build in GLX_DIRECT_RENDERING !GLX_USE_APPLEGL !GLX_USE_DRM case | Jon TURNEY | 2014-06-10 | 3 | -6/+14 |
* | i965: Make gen7_pi field of brw_instruction use unsigned instead of GLuint | Kristian Høgsberg | 2014-06-09 | 1 | -12/+12 |
* | i965: Don't include mtypes.h in brw_disasm.c | Kristian Høgsberg | 2014-06-09 | 1 | -2/+0 |
* | i965/fs: initialize src as reg_undef for texture opcodes on Gen4. | Matt Turner | 2014-06-09 | 1 | -6/+6 |
* | i965/fs: initialize src as reg_undef for texture opcodes on Gen5/6. | Tapani Pälli | 2014-06-09 | 1 | -9/+9 |
* | egl/dri2: do not leak dri2_dpy->driver_name | Emil Velikov | 2014-06-09 | 3 | -3/+8 |
* | egl/dri2/x11: use standard strndup function | Emil Velikov | 2014-06-09 | 1 | -19/+4 |
* | android, dricore: undefined reference to _mesa_streaming_load_memcpy | Adrian Negreanu | 2014-06-09 | 1 | -0/+5 |
* | android, mesa_gen_matypes: pull in timespec POSIX definition | Adrian Negreanu | 2014-06-09 | 2 | -0/+2 |
* | android, egl: typo dri2_fallback_pixmap_surface -> dri2_fallback_create_pixma... | Adrian Negreanu | 2014-06-09 | 1 | -1/+1 |
* | android, egl: add correct drm include for libmesa_egl_dri2 | Adrian Negreanu | 2014-06-09 | 1 | -0/+1 |
* | android: add src/gallium/auxiliary as include path for libmesa_dricore | Adrian Negreanu | 2014-06-09 | 1 | -1/+2 |
* | android: add libloader to libGLES_mesa and libmesa_egl_dri2 | Adrian Negreanu | 2014-06-09 | 2 | -1/+7 |
* | android: adapt to the megadriver mechanism | Adrian Negreanu | 2014-06-09 | 2 | -0/+18 |
* | add megadriver_stub_FILES | Adrian Negreanu | 2014-06-09 | 2 | -1/+4 |
* | scons: remove dri-i915 build target | Emil Velikov | 2014-06-09 | 5 | -62/+0 |
* | configure: error out when building opencl without LLVM | Emil Velikov | 2014-06-09 | 1 | -0/+4 |
* | i965/disasm: Properly debug negate source modifier for logical instructions | Abdiel Janulgue | 2014-06-09 | 1 | -3/+21 |
* | i965/vec4: skip copy-propate for logical instructions with negated src entries | Abdiel Janulgue | 2014-06-09 | 1 | -0/+17 |
* | i965/fs: skip copy-propate for logical instructions with negated src entries | Abdiel Janulgue | 2014-06-09 | 1 | -0/+17 |