summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* st/mesa/glsl/nir/i965: make use of new gl_shader_program_data in gl_shader_pr...Timothy Arceri2016-11-1923-151/+147
* mesa: create new gl_shader_program_data structTimothy Arceri2016-11-193-0/+69
* i965: Disable depth writes when depth test is GL_EQUAL.Kenneth Graunke2016-11-188-8/+28
* glsl/i965: move per stage AtomicBuffers list to gl_programTimothy Arceri2016-11-199-44/+21
* glsl: create gl_program at the start of linking rather than the endTimothy Arceri2016-11-194-29/+4
* st/mesa/i965: simplify gl_program references and stop leakingTimothy Arceri2016-11-194-13/+11
* mesa/fbobject: Update CubeMapFace when reusing texturesNanley Chery2016-11-181-0/+1
* mesa: add NV_image_formats extension supportLionel Landwerlin2016-11-182-6/+17
* mesa: fix old classic drivers to use ralloc for ARB asm programsTimothy Arceri2016-11-182-6/+5
* st/mesa: silence warnings in optimized buildsNicolai Hähnle2016-11-181-2/+2
* st/mesa: remove a redundant call to _mesa_is_multisample_enabledNicolai Hähnle2016-11-181-1/+1
* mesa/main: consider multisampling enabled when number of samples == 1Nicolai Hähnle2016-11-181-1/+1
* i965: Delete fs_visitor::nir_setup_single_output_varying prototype.Kenneth Graunke2016-11-181-2/+0
* mesa: fix empty program log lengthTapani Pälli2016-11-182-3/+6
* i965/gen7: Minify blit size for stencil tree copyJordan Justen2016-11-171-2/+4
* mesa: Drop PATH_MAX usage.Kenneth Graunke2016-11-172-34/+15
* i965: Fix compute shader crash.Kenneth Graunke2016-11-171-1/+1
* intel/blorp: Properly handle color compression in blorp_copyJason Ekstrand2016-11-171-2/+4
* i965/blorp: Rework resolve handlingJason Ekstrand2016-11-171-92/+88
* intel/blorp: Take a fast_clear_op in ccs_resolveJason Ekstrand2016-11-171-1/+14
* intel/blorp: Add plumbing for color resolve slice detailsPohjolainen, Topi2016-11-171-1/+1
* mesa: Add missing call to _mesa_unlock_debug_state(ctx); v2Tom Stellard2016-11-171-1/+3
* st/mesa/r200/i915/i965: move ARB program fields into a unionTimothy Arceri2016-11-1725-307/+319
* st/mesa: stop initialing Instructions and NumInstructionsTimothy Arceri2016-11-172-6/+0
* mesa: make use of ralloc when creating ARB asm gl_program fieldsTimothy Arceri2016-11-1714-74/+60
* mesa: remove unused Comment field in prog_instructionTimothy Arceri2016-11-173-38/+12
* i965: get num_abos from shader_info rather than gl_linked_shaderTimothy Arceri2016-11-177-15/+24
* mesa/glsl: copy num_abos to gl_programTimothy Arceri2016-11-171-0/+1
* i965: get num_images from shader_info rather than gl_linked_shaderTimothy Arceri2016-11-1714-35/+46
* mesa/glsl: copy num_images to gl_programTimothy Arceri2016-11-171-0/+2
* i965: only try print GLSL IR once when using INTEL_DEBUG to dump irTimothy Arceri2016-11-179-37/+21
* Partial revert "i965: "Fix" aux offsets"Ben Widawsky2016-11-161-2/+1
* i965: "Fix" aux offsetsBen Widawsky2016-11-161-2/+3
* intel/isl: Add some basic info about RENDER_SURFACE_STATE to isl_deviceJason Ekstrand2016-11-161-31/+25
* mesa: if MESA_DEBUG=context, create a debug contextBrian Paul2016-11-164-2/+27
* st/mesa: swap bytes in the fallback format translation path of GetTexImageNicolai Hähnle2016-11-161-0/+6
* st/mesa: simplify and fix st_GetTexSubImageNicolai Hähnle2016-11-161-49/+24
* st/mesa: fix SINT <-> UINT conversion during PBO upload / downloadNicolai Hähnle2016-11-165-22/+89
* st/mesa: change st_pbo_create_upload_fs to st_pbo_get_upload_fsNicolai Hähnle2016-11-163-10/+11
* st/mesa: fix ReadPixels into packed formats with PBONicolai Hähnle2016-11-161-2/+1
* i965: miptree: prevent potential NULL pointer accessLionel Landwerlin2016-11-161-2/+8
* glsl_to_tgsi: lower small branches based on the CAPMarek Olšák2016-11-151-1/+4
* glsl/lower_if: don't lower branches touching tess control outputsMarek Olšák2016-11-153-3/+5
* meta/GetTexSubImage: Account for GL_PACK_SKIP_IMAGES on compressed texturesEduardo Lima Mitev2016-11-151-3/+17
* main: return error if asking for GL_TEXTURE_BORDER_COLOR in TEXTURE_2D_MULTIS...Samuel Iglesias Gonsálvez2016-11-151-0/+12
* i965/vec4: skip registers already marked as no_spillJuan A. Suarez Romero2016-11-141-2/+2
* Fix races during _mesa_HashWalk().Steinar H. Gunderson2016-11-121-11/+7
* i965: Drop tabs in brw_state.h.Kenneth Graunke2016-11-111-13/+13
* i965: Update a comment: s/brw_state_cache/brw_program_cache/gKenneth Graunke2016-11-111-2/+2
* mesa: fix comment indentation in bind_buffers_check_offset_and_size()Brian Paul2016-11-111-10/+10