index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
st/mesa: enable ARB_bindless_texture
Samuel Pitoiset
2017-06-14
1
-0
/
+1
*
st/mesa: disable per-context seamless cubemap when using texture handles
Samuel Pitoiset
2017-06-14
1
-3
/
+6
*
st/mesa: make bindless samplers/images bound to units resident
Samuel Pitoiset
2017-06-14
3
-0
/
+108
*
st/mesa: add infrastructure for storing bound texture/image handles
Samuel Pitoiset
2017-06-14
4
-0
/
+97
*
st/mesa: add st_create_{texture,image}_handle_from_unit() helper
Samuel Pitoiset
2017-06-14
1
-0
/
+41
*
st/mesa: add st_convert_image_from_unit() helper
Samuel Pitoiset
2017-06-14
2
-11
/
+27
*
st/mesa: make convert_sampler_from_unit() non-static
Samuel Pitoiset
2017-06-14
2
-6
/
+13
*
st/mesa: make update_single_texture() non-static
Samuel Pitoiset
2017-06-14
2
-6
/
+14
*
st/mesa: implement ARB_bindless_texture
Samuel Pitoiset
2017-06-14
1
-0
/
+84
*
tgsi/scan: record bindless samplers/images usage
Samuel Pitoiset
2017-06-14
2
-0
/
+49
*
st/glsl_to_tgsi: teach rename_temp_registers() about bindless samplers
Samuel Pitoiset
2017-06-14
1
-0
/
+6
*
st/glsl_to_tgsi: teach the DCE pass about bindless samplers/images
Samuel Pitoiset
2017-06-14
1
-0
/
+15
*
st/glsl_to_tgsi: add support for bindless pack/unpack operations
Samuel Pitoiset
2017-06-14
1
-5
/
+4
*
st/glsl_to_tgsi: add support for bindless images
Samuel Pitoiset
2017-06-14
1
-12
/
+87
*
st/glsl_to_tgsi: add support for bindless samplers
Samuel Pitoiset
2017-06-14
1
-5
/
+18
*
tgsi/ureg: accept TGSI_FILE_{CONSTANT,INPUT} for dst registers
Samuel Pitoiset
2017-06-14
1
-2
/
+0
*
tc: add ARB_bindless_texture support
Samuel Pitoiset
2017-06-14
3
-1
/
+133
*
trace: add ARB_bindless_texture support
Samuel Pitoiset
2017-06-14
1
-0
/
+112
*
ddebug: add ARB_bindless_texture support
Samuel Pitoiset
2017-06-14
1
-0
/
+60
*
gallium: add ARB_bindless_texture interface
Samuel Pitoiset
2017-06-14
2
-0
/
+79
*
gallium: add PIPE_CAP_BINDLESS_TEXTURE
Samuel Pitoiset
2017-06-14
17
-0
/
+18
*
mesa: fix setting uniform variables for bindless samplers/images
Samuel Pitoiset
2017-06-14
1
-6
/
+19
*
mesa: handle bindless uniforms bound to texture/image units
Samuel Pitoiset
2017-06-14
1
-6
/
+116
*
mesa: associate uniform storage to bindless samplers/images
Samuel Pitoiset
2017-06-14
1
-0
/
+25
*
mesa: pass gl_program to _mesa_associate_uniform_storage()
Samuel Pitoiset
2017-06-14
5
-11
/
+9
*
mesa: update textures for bindless samplers bound to texture units
Samuel Pitoiset
2017-06-14
2
-2
/
+33
*
mesa: add update_single_program_texture_state() helper
Samuel Pitoiset
2017-06-14
1
-13
/
+23
*
mesa: add update_single_shader_texture_used() helper
Samuel Pitoiset
2017-06-14
1
-29
/
+38
*
glsl: add ir_variable::contains_bindless()
Samuel Pitoiset
2017-06-14
1
-0
/
+11
*
glsl: set the explicit binding value for bindless samplers/images
Samuel Pitoiset
2017-06-14
1
-6
/
+29
*
glsl: pass the ir_variable object to set_opaque_binding()
Samuel Pitoiset
2017-06-14
1
-3
/
+4
*
glsl: process uniform images declared bindless
Samuel Pitoiset
2017-06-14
3
-9
/
+89
*
glsl: process uniform samplers declared bindless
Samuel Pitoiset
2017-06-14
3
-11
/
+99
*
mesa: add infrastructure for bindless samplers/images bound to units
Samuel Pitoiset
2017-06-14
1
-0
/
+52
*
mesa: store bindless samplers as PROGRAM_UNIFORM
Samuel Pitoiset
2017-06-14
1
-1
/
+1
*
mesa: keep track of the current variable in add_uniform_to_shader
Samuel Pitoiset
2017-06-14
1
-0
/
+2
*
mesa: refuse to change tex buffers when a handle is allocated
Samuel Pitoiset
2017-06-14
1
-2
/
+2
*
mesa: refuse to change textures when a handle is allocated
Samuel Pitoiset
2017-06-14
1
-1
/
+24
*
mesa: refuse to update tex parameters when a handle is allocated
Samuel Pitoiset
2017-06-14
1
-0
/
+38
*
mesa: refuse to update sampler parameters when a handle is allocated
Samuel Pitoiset
2017-06-14
1
-11
/
+22
*
mesa: add support for glUniformHandleui64*ARB()
Samuel Pitoiset
2017-06-14
6
-0
/
+92
*
mesa: add support for unsigned 64-bit vertex attributes
Samuel Pitoiset
2017-06-14
6
-3
/
+55
*
mesa: implement ARB_bindless_texture
Samuel Pitoiset
2017-06-14
8
-7
/
+960
*
mesa/util: add a hash table wrapper which support 64-bit keys
Samuel Pitoiset
2017-06-14
2
-0
/
+172
*
mesa: move some hash declarations to hash.h
Samuel Pitoiset
2017-06-14
2
-56
/
+56
*
mesa/util: add new util_dynarray_delete_unordered helper
Samuel Pitoiset
2017-06-14
1
-0
/
+14
*
mapi: add GL_ARB_bindless_texture entry points
Samuel Pitoiset
2017-06-14
19
-1
/
+363
*
clover/device: Get device/host unified memory from pipe driver
Aaron Watry
2017-06-13
3
-1
/
+7
*
gallium/radeon: Include the family name in the renderer string if it's not eq...
Henri Verbeet
2017-06-13
1
-14
/
+18
*
gallium/docs: clarify TGSI_SEMANTIC_SAMPLEMASK, again
Brian Paul
2017-06-13
1
-4
/
+11
[next]