index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
glsl: move shader_enums into nir
Rob Clark
2015-10-09
11
-13
/
+11
*
mesa: Get rid of texture-dependent image unit derived state.
Francisco Jerez
2015-10-09
4
-33
/
+0
*
i965: Use _mesa_is_image_unit_valid() instead of gl_image_unit::_Valid.
Francisco Jerez
2015-10-09
3
-6
/
+10
*
mesa: Skip redundant texture completeness checking during image validation.
Francisco Jerez
2015-10-09
1
-1
/
+2
*
mesa: Expose function to calculate whether a shader image unit is valid.
Francisco Jerez
2015-10-09
2
-4
/
+15
*
i965: Don't tell the hardware about our UAV access.
Francisco Jerez
2015-10-09
6
-19
/
+41
*
nir/instr_set: remove unnecessary check in nir_instrs_equal()
Connor Abbott
2015-10-09
1
-2
/
+1
*
nir: make nir_instrs_equal() static
Connor Abbott
2015-10-09
2
-3
/
+1
*
nir/cse: use the instruction set API
Connor Abbott
2015-10-09
1
-115
/
+23
*
nir: add an instruction set API
Connor Abbott
2015-10-09
2
-0
/
+349
*
nir: constify instruction comparison functions
Connor Abbott
2015-10-09
2
-4
/
+4
*
nir: constify nir_ssa_alu_instr_src_components()
Connor Abbott
2015-10-09
1
-1
/
+1
*
nir: split out instruction comparison functions
Connor Abbott
2015-10-09
5
-181
/
+237
*
i965/fs: Handle non-const sample number in interpolateAtSample
Neil Roberts
2015-10-09
4
-43
/
+130
*
i965: Add a second successor to BRW_OPCODE_WHILE
Neil Roberts
2015-10-09
1
-0
/
+4
*
nir: Add a function to determine if a source is dynamically uniform
Neil Roberts
2015-10-09
2
-0
/
+30
*
nvc0: move HW SM queries to nvc0_query_hw_sm.c/h files
Samuel Pitoiset
2015-10-09
8
-796
/
+908
*
nvc0: move HW queries to nvc0_query_hw.c/h files
Samuel Pitoiset
2015-10-09
8
-1215
/
+1310
*
nvc0: move SW queries to nvc0_query_sw.c/h files
Samuel Pitoiset
2015-10-09
5
-84
/
+204
*
nvc0: move nvc0_so_target_save_offset() to its correct location
Samuel Pitoiset
2015-10-09
3
-24
/
+19
*
nvc0: add a header file for nvc0_query
Samuel Pitoiset
2015-10-09
7
-189
/
+202
*
main: fix length of values written to glGetProgramResourceiv() for ACTIVE_VAR...
Samuel Iglesias Gonsalvez
2015-10-09
1
-4
/
+10
*
main: buffer array variables can have array size of 0 if they are unsized
Samuel Iglesias Gonsalvez
2015-10-09
1
-1
/
+8
*
main: consider that unsized arrays have at least one active element
Samuel Iglesias Gonsalvez
2015-10-09
1
-1
/
+7
*
main: fix TOP_LEVEL_ARRAY_SIZE and TOP_LEVEL_ARRAY_STRIDE
Samuel Iglesias Gonsalvez
2015-10-09
1
-1
/
+52
*
main: fix goto in program_resource_top_level_array_stride
Samuel Iglesias Gonsalvez
2015-10-09
1
-2
/
+2
*
mesa: add GL_UNSIGNED_INT_24_8 to _mesa_pack_depth_span
Tapani Pälli
2015-10-09
1
-0
/
+15
*
mesa,meta: move gl_texture_object::TargetIndex initializations
Brian Paul
2015-10-08
4
-10
/
+29
*
mesa: remove unused _mesa_create_nameless_texture()
Brian Paul
2015-10-08
2
-23
/
+0
*
mesa: remove unneeded error check in create_textures()
Brian Paul
2015-10-08
1
-9
/
+2
*
i965: Link compiler unit tests to libi965_compiler.la
Kristian Høgsberg Kristensen
2015-10-08
1
-6
/
+2
*
i965: Break out backend compiler to its own library
Kristian Høgsberg Kristensen
2015-10-08
2
-77
/
+81
*
i965/cs: Get max_cs_threads from brw_compiler devinfo
Kristian Høgsberg Kristensen
2015-10-08
1
-2
/
+3
*
i965: Move brw_get_shader_time_index() call out of emit functions
Kristian Høgsberg Kristensen
2015-10-08
11
-31
/
+40
*
i965: Move brw_select_clip_planes() to brw_shader.cpp
Kristian Høgsberg Kristensen
2015-10-08
2
-25
/
+26
*
i965: Use util_next_power_of_two() for brw_get_scratch_size()
Kristian Høgsberg Kristensen
2015-10-08
2
-13
/
+6
*
i965: Move brw_mark_surface_used() to brw_shader.cpp
Kristian Høgsberg Kristensen
2015-10-08
2
-10
/
+10
*
i965/cs: Split out helper for building local id payload
Kristian Høgsberg Kristensen
2015-10-08
4
-78
/
+77
*
i965: Move brw_link_shader() and friends to new file brw_link.cpp
Kristian Høgsberg Kristensen
2015-10-08
4
-249
/
+284
*
i965: Configure bufmgr debug options from intel_screen.c
Kristian Høgsberg Kristensen
2015-10-08
3
-17
/
+15
*
util: Move DRI parse_debug_string() to util
Kristian Høgsberg Kristensen
2015-10-08
9
-47
/
+112
*
i965: Move brw_dump_ir() out of brw_*_emit() functions
Kristian Høgsberg Kristensen
2015-10-08
7
-23
/
+12
*
gallium/ddebug: add missing dd_util.h to sources list
Emil Velikov
2015-10-08
1
-1
/
+2
*
gallium/ddebug: automake: sort sources alphabetically
Emil Velikov
2015-10-08
1
-2
/
+2
*
nir/sweep: Reparent the shader name
Jason Ekstrand
2015-10-08
1
-0
/
+2
*
i965/gs/gen6: Maximum allowed size of SEND messages is 15 (4 bits)
Iago Toral Quiroga
2015-10-08
1
-12
/
+18
*
i965: Define FIRST_SPILL_MRF and FIRST_PULL_LOAD_MRF only once and in one place
Iago Toral Quiroga
2015-10-08
4
-7
/
+6
*
i965: make pull constant loads in gen6 start at MRFs 16/17
Iago Toral Quiroga
2015-10-08
2
-3
/
+6
*
i965: Fix remove_duplicate_mrf_writes so it can handle 24 MRFs in gen6
Iago Toral Quiroga
2015-10-08
1
-1
/
+1
*
mesa: include bad type in error string of _mesa_pack_depth_span
Tapani Pälli
2015-10-08
1
-1
/
+2
[next]