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
/
mesa
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
nir: remove dependency on glsl
Rob Clark
2015-10-16
10
-9
/
+12
*
glsl: move half<->float convertion to util
Rob Clark
2015-10-16
1
-0
/
+1
*
i965/vec4: Use the right number of UBOs
Iago Toral Quiroga
2015-10-16
1
-1
/
+1
*
i965/fs: use the right number of UBOs
Iago Toral Quiroga
2015-10-16
1
-1
/
+1
*
i965: android: add the i965_compile_FILES sources to the driver
Mauro Rossi
2015-10-15
1
-0
/
+1
*
program: convert _mesa_init_gl_program() to take struct gl_program *
Emil Velikov
2015-10-15
7
-19
/
+21
*
i965: add arrays of arrays support for varyings
Timothy Arceri
2015-10-15
2
-5
/
+3
*
i965: Don't hardcode FS in "validation failed!" message.
Kenneth Graunke
2015-10-14
1
-1
/
+1
*
i965/fs: Ignore compute shaders in brw_nir_lower_inputs
Jordan Justen
2015-10-14
1
-0
/
+4
*
i965/fs: Simplify FS in brw_nir_lower_inputs to only support scalar mode
Jordan Justen
2015-10-14
1
-1
/
+2
*
i965: Adapt SSBOs to work with their own separate index space
Iago Toral Quiroga
2015-10-14
5
-69
/
+71
*
mesa: Rename {Num}UniformBlocks to {Num}BufferInterfaceBlocks
Iago Toral Quiroga
2015-10-14
2
-7
/
+7
*
nir: split SSBO min/max atomic instrinsics into signed/unsigned versions
Iago Toral Quiroga
2015-10-14
2
-21
/
+21
*
i965/vec4: fix indentation in vec4_visitor::calculate_live_intervals
Iago Toral Quiroga
2015-10-14
1
-8
/
+8
*
i965/fs: Fix indentation in fs_live_variables::compute_start_end
Iago Toral Quiroga
2015-10-14
1
-9
/
+8
*
i965/vs: Simplify fs_visitor's ATTR file.
Kenneth Graunke
2015-10-12
3
-21
/
+49
*
i965: Fix unsafe pointer when dumping VS/FS IR
Iago Toral Quiroga
2015-10-12
2
-2
/
+2
*
i965/vec4: Implement b2f and b2i using negation.
Matt Turner
2015-10-11
1
-7
/
+1
*
i965/gs: Make MAX_GS_INPUT_VERTICES a #define in brw_context.h.
Kenneth Graunke
2015-10-10
3
-4
/
+2
*
i965/vs: Map scalar VS input locations properly; avoid tons of MOVs.
Kenneth Graunke
2015-10-10
2
-52
/
+42
*
i965/vs: Fix a subtlety in the nr_attributes == 0 workaround.
Kenneth Graunke
2015-10-10
1
-5
/
+7
*
i965/vs: Unify URB entry size/read length calculations between backends.
Kenneth Graunke
2015-10-10
4
-30
/
+38
*
i965/cfg: Fix cfg_t::dump() when a block has no immediate dominator.
Kenneth Graunke
2015-10-10
1
-1
/
+5
*
i965/gen8: Remove gen<8 checks in gen8 code
Chad Versace
2015-10-09
1
-4
/
+4
*
i965/gen9: Enable rep clears on gen9
Chad Versace
2015-10-09
2
-1
/
+6
*
i965/gen9: Disable MCS for 1x color surfaces
Chad Versace
2015-10-09
1
-0
/
+8
*
program: remove _mesa_init_*_program wrappers
Marek Olšák
2015-10-09
7
-16
/
+13
*
i965: Use _mesa_is_image_unit_valid() instead of gl_image_unit::_Valid.
Francisco Jerez
2015-10-09
3
-6
/
+10
*
i965: Don't tell the hardware about our UAV access.
Francisco Jerez
2015-10-09
6
-19
/
+41
*
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
*
mesa,meta: move gl_texture_object::TargetIndex initializations
Brian Paul
2015-10-08
1
-1
/
+4
*
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
6
-47
/
+11
*
i965: Move brw_dump_ir() out of brw_*_emit() functions
Kristian Høgsberg Kristensen
2015-10-08
7
-23
/
+12
*
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
*
radeon/r200: remove unneeded #include of colormac.h
Mark Janes
2015-10-06
11
-11
/
+0
*
i965: remove unneeded #include of colormac.h
Mark Janes
2015-10-06
2
-2
/
+0
[next]