summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* mesa: fix setting uniform variables for bindless samplers/imagesSamuel Pitoiset2017-06-141-6/+19
* mesa: handle bindless uniforms bound to texture/image unitsSamuel Pitoiset2017-06-141-6/+116
* mesa: associate uniform storage to bindless samplers/imagesSamuel Pitoiset2017-06-141-0/+25
* mesa: pass gl_program to _mesa_associate_uniform_storage()Samuel Pitoiset2017-06-145-11/+9
* mesa: update textures for bindless samplers bound to texture unitsSamuel Pitoiset2017-06-142-2/+33
* mesa: add update_single_program_texture_state() helperSamuel Pitoiset2017-06-141-13/+23
* mesa: add update_single_shader_texture_used() helperSamuel Pitoiset2017-06-141-29/+38
* glsl: process uniform images declared bindlessSamuel Pitoiset2017-06-141-0/+4
* glsl: process uniform samplers declared bindlessSamuel Pitoiset2017-06-141-0/+4
* mesa: add infrastructure for bindless samplers/images bound to unitsSamuel Pitoiset2017-06-141-0/+52
* mesa: store bindless samplers as PROGRAM_UNIFORMSamuel Pitoiset2017-06-141-1/+1
* mesa: keep track of the current variable in add_uniform_to_shaderSamuel Pitoiset2017-06-141-0/+2
* mesa: refuse to change tex buffers when a handle is allocatedSamuel Pitoiset2017-06-141-2/+2
* mesa: refuse to change textures when a handle is allocatedSamuel Pitoiset2017-06-141-1/+24
* mesa: refuse to update tex parameters when a handle is allocatedSamuel Pitoiset2017-06-141-0/+38
* mesa: refuse to update sampler parameters when a handle is allocatedSamuel Pitoiset2017-06-141-11/+22
* mesa: add support for glUniformHandleui64*ARB()Samuel Pitoiset2017-06-143-0/+83
* mesa: add support for unsigned 64-bit vertex attributesSamuel Pitoiset2017-06-145-3/+52
* mesa: implement ARB_bindless_textureSamuel Pitoiset2017-06-148-7/+960
* mesa: move some hash declarations to hash.hSamuel Pitoiset2017-06-142-56/+56
* mapi: add GL_ARB_bindless_texture entry pointsSamuel Pitoiset2017-06-1415-0/+258
* st/mesa: unmap the stream_uploader buffer before drawingBrian Paul2017-06-131-0/+4
* st_glsl_to_tgsi: init index to 0 before get_deref_offsets()Samuel Pitoiset2017-06-131-2/+2
* st/mesa: skip texture validation logic when nothing has changedTimothy Arceri2017-06-133-0/+39
* st_glsl_to_tgsi: don't try and pass 32-bit values to get_deref_offsetsDave Airlie2017-06-131-3/+6
* i965: fix missing breakLionel Landwerlin2017-06-121-0/+1
* st/mesa: call check_program_state only when neededMarek Olšák2017-06-121-2/+5
* i965: include gen4_blorp_exec.h into EXTRA_DISTJuan A. Suarez Romero2017-06-121-0/+1
* i965: Call intel_prepare_render() from intel_update_state()Kenneth Graunke2017-06-121-0/+2
* i965/cnl: Make URB {VS, GS, HS, DS} sizes non multiple of 3Anuj Phogat2017-06-091-0/+1
* i965/cnl: Don't resolve single sampled color rb in case of sRGB formatsAnuj Phogat2017-06-091-1/+1
* i965/cnl: Implement depth count workaroundBen Widawsky2017-06-091-0/+8
* i965/cnl: Start using CNL MOCS definesAnuj Phogat2017-06-094-4/+16
* i965/cnl: Handle gen10 in switch cases across the driverAnuj Phogat2017-06-094-1/+11
* i965/cnl: Update few assertionsAnuj Phogat2017-06-091-1/+1
* i965/cnl: Add pci id for INTEL_DEVID_OVERRIDEAnuj Phogat2017-06-091-0/+1
* i965/cnl: Wire up android Mesa build files for gen10Anuj Phogat2017-06-091-1/+23
* i965/cnl: Wire up Mesa build files for gen10Anuj Phogat2017-06-092-1/+9
* i965/cnl: Add gen10 specific function declarationsAnuj Phogat2017-06-092-0/+3
* i965: Temporarily disable async mappings on non-LLCMatt Turner2017-06-091-2/+2
* mesa/main/debug: Check if we successfully reopened the ppm file.Rafael Antognolli2017-06-091-0/+5
* mesa: make use of NewScissorTest driver flagsSamuel Pitoiset2017-06-092-3/+3
* mesa: make use of NewScissorRect driver flagsSamuel Pitoiset2017-06-092-2/+4
* mesa: add gl_driver_flags::NewScissor{Rect,Test}Samuel Pitoiset2017-06-091-0/+6
* mesa: add KHR_no_error support to glDrawRangeElements*()Timothy Arceri2017-06-091-3/+10
* mesa: rework _ae_invalidate_state() so that it just sets a dirty flagTimothy Arceri2017-06-093-18/+19
* mesa: remove redundant _ae_invalidate_state() callTimothy Arceri2017-06-091-3/+0
* mesa: inline vbo_exec_invalidate_state() and call from mesa coreTimothy Arceri2017-06-0916-45/+22
* mesa: rework vbo_exec_init()Timothy Arceri2017-06-093-8/+18
* mesa: stop passing state bitfield to UpdateState()Timothy Arceri2017-06-0913-22/+33