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
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
i965: Hook up the MCS buffers in SURFACE_STATE on Broadwell.
Kenneth Graunke
2014-06-26
1
-0
/
+10
*
i965: Drop SINT workaround for CMS layout on Broadwell.
Kenneth Graunke
2014-06-26
1
-3
/
+1
*
i965: Add plumbing for Broadwell's auxiliary surface support.
Kenneth Graunke
2014-06-26
1
-7
/
+37
*
i965: Add auxiliary surface field #defines for Broadwell.
Jordan Justen
2014-06-26
1
-0
/
+10
*
i965: Disassemble all of DP write message control bits on Gen6.
Kenneth Graunke
2014-06-26
1
-1
/
+1
*
i965: Pass brw to brw_try_compact_instruction().
Matt Turner
2014-06-26
3
-5
/
+4
*
i965: Add is_cherryview flag to brw_context.
Matt Turner
2014-06-26
2
-0
/
+2
*
i965: Add CSEL opcode definition for Gen8.
Matt Turner
2014-06-26
1
-0
/
+1
*
i965: Document which instructions are generation specific.
Matt Turner
2014-06-26
1
-20
/
+20
*
i965: Don't set UIP for ENDIF/WHILE.
Matt Turner
2014-06-26
1
-0
/
+4
*
i965: Replace struct brw_compact_instruction with brw_compact_inst.
Matt Turner
2014-06-26
6
-61
/
+24
*
i965: Convert brw_eu_compact.c to the new brw_compact_inst API.
Matt Turner
2014-06-26
1
-38
/
+44
*
i965: Introduce a new brw_compact_inst API.
Matt Turner
2014-06-26
1
-0
/
+90
*
i965: Replace 'struct brw_instruction' with 'brw_inst'.
Matt Turner
2014-06-26
12
-273
/
+223
*
i965: Throw out guts of struct brw_instruction.
Matt Turner
2014-06-26
1
-644
/
+1
*
i965: Convert brw_gs_emit.c to the new brw_inst API.
Matt Turner
2014-06-26
1
-3
/
+4
*
i965: Convert brw_disasm.c to the new brw_inst API.
Matt Turner
2014-06-26
1
-341
/
+316
*
i965: Pass brw rather than gen to brw_disassemble_inst().
Matt Turner
2014-06-26
5
-33
/
+33
*
i965: Convert brw_eu_compact.c to the new brw_inst API.
Matt Turner
2014-06-26
1
-105
/
+104
*
i965: Extend is_haswell checks to gen >= 8 in Gen4-7 generators.
Kenneth Graunke
2014-06-26
2
-7
/
+7
*
i965: Convert test_eu_compact.c to the new brw_inst API.
Kenneth Graunke
2014-06-26
1
-22
/
+19
*
i965: Convert vec4_generator to the new brw_inst API.
Kenneth Graunke
2014-06-26
1
-8
/
+8
*
i965: Convert fs_generator to the new brw_inst API.
Kenneth Graunke
2014-06-26
1
-9
/
+9
*
i965: Convert Gen4-5 clipping code to the new brw_inst API.
Kenneth Graunke
2014-06-26
4
-41
/
+52
*
i965: Convert brw_sf_emit.c to the new brw_inst API.
Kenneth Graunke
2014-06-26
1
-3
/
+4
*
i965: Convert brw_eu_emit.c to the new brw_inst API.
Kenneth Graunke
2014-06-26
1
-482
/
+461
*
i965: Convert brw_eu.[ch] to use the new brw_inst API.
Kenneth Graunke
2014-06-26
2
-16
/
+19
*
i965: Introduce a new brw_inst API.
Kenneth Graunke
2014-06-26
1
-0
/
+707
*
i965: Pass brw into next_offset().
Kenneth Graunke
2014-06-26
3
-9
/
+12
*
i965: Remove unneeded VS workaround stalls on Baytrail.
Greg Hunt
2014-06-26
4
-6
/
+6
*
softpipe: use last_level from sampler view, not from the resource
Roland Scheidegger
2014-06-26
1
-19
/
+20
*
targets/automake.inc: s/GALLIUM_VIDEO_CFLAGS/GALLIUM_TARGET_CFLAGS/
Emil Velikov
2014-06-26
4
-4
/
+4
*
auxiliary/vl: Remove no longer used SPLIT_TARGETS
Emil Velikov
2014-06-26
1
-8
/
+0
*
targets/radeonsi/omx: convert to static/shared pipe-drivers
Emil Velikov
2014-06-26
5
-72
/
+12
*
targets/r600/omx: convert to static/shared pipe-drivers
Emil Velikov
2014-06-26
4
-51
/
+18
*
targets/omx-nouveau: convert to static/shared pipe-drivers
Emil Velikov
2014-06-26
7
-68
/
+73
*
st/omx: avoid using dynamic vid_(enc|dec)_base and avc_(name|role)
Emil Velikov
2014-06-26
4
-94
/
+18
*
st/omx: provide constant number of components
Emil Velikov
2014-06-26
1
-8
/
+7
*
glx: Added missing null check in GetDrawableAttribute()
Juha-Pekka Heikkila
2014-06-26
1
-4
/
+8
*
mesa/main: In register_surface() verify gl_texture_object was found
Juha-Pekka Heikkila
2014-06-26
1
-0
/
+6
*
mesa/main: Verify calloc return value in register_surface()
Juha-Pekka Heikkila
2014-06-26
1
-0
/
+5
*
glsl: Add missing null check in push_back()
Juha-Pekka Heikkila
2014-06-26
1
-2
/
+11
*
glsl: check _mesa_hash_table_create return value in link_uniform_blocks
Juha-Pekka Heikkila
2014-06-26
2
-0
/
+8
*
i965/fs: Check variable_storage return value in fs_visitor::visit
Juha-Pekka Heikkila
2014-06-26
1
-0
/
+6
*
i965: Handle miptree creation failure in intel_alloc_texture_storage()
Juha-Pekka Heikkila
2014-06-26
1
-0
/
+3
*
i965: Check calloc return value in gather_statistics_results()
Juha-Pekka Heikkila
2014-06-26
1
-1
/
+14
*
i965/vec4: Try constant propagate after copy propagate made progress.
Matt Turner
2014-06-25
1
-2
/
+4
*
i965/vec4: Make try_copy_propagate() static.
Matt Turner
2014-06-25
2
-7
/
+4
*
i965/vec4: Rename try_copy/constant_propagat{ion,e} to match the fs.
Matt Turner
2014-06-25
2
-8
/
+8
*
i965/vec4: Constant propagate into 2-src math instructions on Gen8.
Matt Turner
2014-06-25
1
-2
/
+9
[prev]
[next]