summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-08-01eotwip/sched-eotsched-eotMatt Turner1-0/+18
2016-08-01mesa: Drop -fno-strict-aliasing.Matt Turner1-6/+0
2016-08-01i915: Avoid aliasing violation.Matt Turner1-1/+3
2016-08-01draw: Avoid aliasing violations.Matt Turner2-3/+6
2016-08-01r600g: Avoid aliasing violations.Matt Turner2-13/+9
2016-08-01r300g: Avoid aliasing violation.Matt Turner1-1/+2
2016-08-01gallium/auxiliary: Add u_bitcast.h header.Matt Turner2-0/+58
2016-08-01glsl_to_tgsi: Avoid aliasing violations.Matt Turner1-4/+2
2016-08-01st/mesa: silence missing braces warning in st_program.cBrian Paul1-1/+1
2016-08-01auxiliary/os: add new os_get_command_line() functionBrian Paul2-0/+52
2016-08-01svga: avoid redundant SetVertexBuffer/SetIndexBuffer commands at rebindCharmaine Lee1-16/+19
2016-08-01u_vbuf: fix potentially bogus assertRob Clark1-2/+4
2016-08-01gbm: Removed unused function.Ben Widawsky2-29/+0
2016-08-01i965: fix comparison warningTimothy Arceri1-1/+1
2016-07-31vc4: Zero-initialize the hardware sampler view structure.Eric Anholt1-1/+1
2016-07-31mesa: Remove set but not used gl_client_array::Stride.Mathias Fröhlich8-9/+1
2016-07-31mesa: Remove set but not used gl_client_array::Enabled.Mathias Fröhlich8-10/+2
2016-07-31vbo: Use the VAO array enabled flags in vbo_exec_array.Mathias Fröhlich1-7/+8
2016-07-31vbo: Walk the VAO in check_array_data.Mathias Fröhlich1-20/+29
2016-07-31vbo: Walk the VAO in print_draw_arrays.Mathias Fröhlich1-20/+20
2016-07-31mesa: Walk the VAO in _mesa_print_arrays.Mathias Fröhlich1-32/+20
2016-07-31vbo: Walk the VAO to check for mapped buffers.Mathias Fröhlich1-10/+23
2016-07-31vbo: Walk the VAO to see if all varyings are in vbos.Mathias Fröhlich1-2/+2
2016-07-31mesa: Implement _mesa_all_varyings_in_vbos.Mathias Fröhlich2-0/+39
2016-07-31mesa: Unbind deleted vbo using _mesa_bind_vertex_buffer.Mathias Fröhlich1-4/+7
2016-07-31glsl: be more strict on block qualifiersTimothy Arceri1-11/+73
2016-07-31glsl: add name param to validate_flags()Timothy Arceri3-10/+9
2016-07-31glsl: add component to ast_type_qualifier::validate_flagsTimothy Arceri1-1/+2
2016-07-31docs: Add GL4.4 and ARB_enhanced_layouts to the release notesTimothy Arceri1-3/+4
2016-07-30anv: Perform rasterizer discard in the SOL stage instead of the clipper.Kenneth Graunke4-3/+12
2016-07-30Revert "gallium/util: fix resource leak"Roland Scheidegger1-2/+0
2016-07-30gallium/util: fix resource leakEric Engestrom1-0/+2
2016-07-30freedreno/a4xx: fix comparison out of range warningsfrancians@gmail.com1-7/+7
2016-07-30freedreno/a3xx: fix comparison out of range warningsfrancians@gmail.com1-7/+7
2016-07-30freedreno/a2xx: fix comparison out of range warningsfrancians@gmail.com1-4/+4
2016-07-30freedreno/ir3: init ir3_shader_key with memset()francians@gmail.com1-1/+2
2016-07-30gallium/freedreno: move cast to avoid integer overflowEric Engestrom1-2/+2
2016-07-30freedreno/a2xx: remove duplicate assignmentEric Engestrom1-2/+2
2016-07-30freedreno: defer flush_queue allocationRob Clark2-2/+4
2016-07-30freedreno: add some hw query tracesRob Clark1-0/+16
2016-07-30freedreno: some lockingRob Clark9-23/+157
2016-07-30os: add pipe_mutex_assert_locked()Rob Clark1-0/+16
2016-07-30freedreno: drop needs_rb_fbdRob Clark6-31/+12
2016-07-30freedreno: move needs_wfi into batchRob Clark19-94/+93
2016-07-30freedreno: a bit of micro-optimizationRob Clark2-10/+10
2016-07-30freedreno: drop mem2gmem/gmem2mem query stagesRob Clark2-17/+1
2016-07-30freedreno: threaded batch flushRob Clark9-26/+99
2016-07-30freedreno: track batch/blit typesRob Clark5-24/+52
2016-07-30freedreno: re-order support for hw queriesRob Clark19-264/+288
2016-07-30freedreno: use prsc for hw queriesRob Clark3-35/+45