summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* mesa/st/tests: Correct build flags and force -std=c++11Gert Wollny2017-09-151-9/+5
* i965: fix build warning on clangTapani Pälli2017-09-151-1/+2
* st/mesa: set UseSTD430AsDefaultPacking const based on CAPTimothy Arceri2017-09-151-0/+3
* mesa/st: add LOAD support for UBOsTimothy Arceri2017-09-151-79/+119
* mesa/st: create add_buffer_to_load_and_stores() helperTimothy Arceri2017-09-151-19/+27
* st/glsl->tgsi: fix u64 to bool comparisons.Dave Airlie2017-09-151-1/+15
* i965: Print size of validation and relocation lists in INTEL_DEBUG=flushKenneth Graunke2017-09-141-3/+8
* i965: Disentangle batch and state buffer flushing.Kenneth Graunke2017-09-145-40/+30
* i965: Delete BATCH_RESERVED handling.Kenneth Graunke2017-09-142-34/+3
* i965: Make BLORP properly avoid batch wrapping.Kenneth Graunke2017-09-141-14/+2
* i965: Grow the batch/state buffers if we need space and can't flush.Kenneth Graunke2017-09-141-5/+131
* i965: Use a separate state buffer, but avoid changing flushing behavior.Kenneth Graunke2017-09-147-82/+141
* i965: Pass screen to intel_batchbuffer_reset().Kenneth Graunke2017-09-141-10/+8
* i965: Prepare INTEL_DEBUG=bat decoding for a separate statebuffer.Kenneth Graunke2017-09-141-56/+54
* i965: Split brw_emit_reloc into brw_batch_reloc and brw_state_reloc.Kenneth Graunke2017-09-145-48/+73
* i965: Refactor relocs into a brw_reloc_list structure.Kenneth Graunke2017-09-142-19/+32
* i965: Move brw_state_batch code to intel_batchbuffer.cKenneth Graunke2017-09-144-97/+47
* i965: Drop a useless ret == 0 check.Kenneth Graunke2017-09-141-22/+20
* i965: Use a WC map and memcpy for the batch instead of pwrite.Kenneth Graunke2017-09-141-10/+8
* i965: Use batch->bo->size in brw_emit_reloc assertion.Kenneth Graunke2017-09-141-1/+1
* i965: Delete a batch size assertion that isn't very useful.Kenneth Graunke2017-09-141-3/+0
* i965/screen: Implement queryDmaBufFormatModifierAttirbsJason Ekstrand2017-09-141-1/+23
* i965/screen: Report the correct number of image planesJason Ekstrand2017-09-141-1/+8
* dri/radeon: use ARRAY_SIZE macroEric Engestrom2017-09-141-1/+3
* mesa: Deal with size differences between GLuint and GLhandleARB in GetAttache...Jeremy Huddleston Sequoia2017-09-131-7/+15
* i965: Add an INTEL_DEBUG=submit option for printing batch statistics.Kenneth Graunke2017-09-131-1/+1
* st/glsl_to_tgsi: remove unused code in temprenameNicolai Hähnle2017-09-131-15/+1
* st/glsl_to_tgsi: be precise about merging scopesNicolai Hähnle2017-09-131-2/+2
* i965: do not fallback to linear tiling for stencil surfacesIago Toral Quiroga2017-09-121-4/+7
* mesa/st: Include builddir/src/compiler/glsl to fix make checkAaron Watry2017-09-111-0/+1
* st/glsl_to_tgsi: only the first (inner-most) array reference can be a 2D indexNicolai Hähnle2017-09-111-1/+1
* i965/tex: add missing includeEric Engestrom2017-09-101-0/+1
* mesa: whitespace, formatting fixes in teximage.cBrian Paul2017-09-081-55/+55
* mesa: provide more info in some texture image error messagesBrian Paul2017-09-081-9/+11
* mesa/st: Fix frontbuffer rendering regressionThomas Hellstrom2017-09-081-0/+3
* i965: Don't special case the batchbuffer when reference counting.Kenneth Graunke2017-09-081-11/+4
* mesa/st/tests: Fix regressions with libunwind enabled introduced with 7be6d8fe12Gert Wollny2017-09-071-0/+1
* mesa/st/tests: Fix classic build regressions introduced with 7be6d8fe12Gert Wollny2017-09-071-1/+6
* mesa/main: Fix GetTransformFeedbacki64 for glTransformFeedbackBufferBaseIago Toral Quiroga2017-09-071-0/+22
* st/mesa: skip draw calls with pipe_draw_info::count == 0Marek Olšák2017-09-071-1/+6
* mesa: allow user to set MESA_NO_ERROR=0Eric Engestrom2017-09-071-1/+2
* mesa: replace date/time macros with MESA_GIT_SHA1Emil Velikov2017-09-061-3/+7
* mesa: don't use %s for PACKAGE_VERSION macroEmil Velikov2017-09-062-4/+4
* i965: expose RGBA visuals only on AndroidEmil Velikov2017-09-061-1/+22
* mesa/st/st_glsl_to_tgsi_temprename.cpp: Fix compilation with MSVCGert Wollny2017-09-061-1/+9
* mesa/st: glsl_to_tgsi: tie in new temporary register merge approachGert Wollny2017-09-061-50/+16
* mesa/st: glsl_to_tgsi: Add test set for evaluation of rename mappingGert Wollny2017-09-061-0/+169
* mesa/st: glsl_to_tgsi: add register rename mapping evaluatorGert Wollny2017-09-063-5/+137
* mesa/st: glsl_to_tgsi: add tests for the new temporary lifetime trackerGert Wollny2017-09-065-4/+1482
* mesa/st: glsl_to_tgsi: implement new temporary register lifetime trackerGert Wollny2017-09-063-0/+943