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
/
mesa
Commit message (
Expand
)
Author
Age
Files
Lines
*
r200: Avoid out of bounds array access.
Matt Turner
2014-12-12
1
-1
/
+1
*
i965/gen8+: Remove false perf debug message about MOCS
Ben Widawsky
2014-12-11
1
-3
/
+0
*
i965/gen8: Check correct number of blitter dwords
Ben Widawsky
2014-12-11
1
-6
/
+6
*
mesa/drivers: Add missing mesautil lib to Haiku swrast
Alexander von Gluck IV
2014-12-11
1
-0
/
+1
*
cso: put cso_release_all into cso_destroy_context
Marek Olšák
2014-12-10
1
-6
/
+2
*
i965: Generate vs code using scalar backend for BDW+
Kristian Høgsberg
2014-12-10
6
-15
/
+77
*
i965: Clean up fs_visitor::run and rename to run_fs
Kristian Høgsberg
2014-12-10
2
-19
/
+15
*
i965: Add fs_visitor::run_vs() to generate scalar vertex shader code
Kristian Høgsberg
2014-12-10
3
-13
/
+436
*
i965: Rename brw_vec4_prog_data/key to brw_bue_prog_data/key
Kristian Høgsberg
2014-12-10
13
-42
/
+42
*
i965: Prepare for using the ATTR register file in the fs backend
Kristian Høgsberg
2014-12-10
4
-6
/
+23
*
i965: Consolidate code to get struct brw_sampler_prog_key_data
Kristian Høgsberg
2014-12-10
1
-21
/
+16
*
i965: Add new SIMD8 VS prog data flag
Kristian Høgsberg
2014-12-10
6
-7
/
+21
*
i965: Add SIMD8 URB write low-level IR instruction
Kristian Høgsberg
2014-12-10
6
-1
/
+51
*
i965: Remove shader program argument and member from fs_generator
Kristian Høgsberg
2014-12-10
4
-6
/
+3
*
i965: Set shader name for generator from call site
Kristian Høgsberg
2014-12-10
4
-24
/
+35
*
i965: Generalize fs_generator further
Kristian Høgsberg
2014-12-10
4
-16
/
+12
*
i965: Don't copy propagate constants from sources with saturate
Kristian Høgsberg
2014-12-10
1
-0
/
+2
*
i965: Replace 'noann' debug flag with 'ann'.
Matt Turner
2014-12-10
3
-3
/
+3
*
i965: Disable unlit-centroid workaround on Gen < 6.
Matt Turner
2014-12-10
1
-3
/
+0
*
mesa: use build flag to ensure stack is realigned on x86
Timothy Arceri
2014-12-10
2
-4
/
+1
*
main: return two minor digits for ES shading language version
Samuel Iglesias Gonsalvez
2014-12-09
1
-1
/
+1
*
mesa: Recompute LegalTypesMask if the GL API has changed
Iago Toral Quiroga
2014-12-09
2
-19
/
+22
*
mesa: Returns zero samples when querying GL_NUM_SAMPLE_COUNTS when internal f...
Eduardo Lima Mitev
2014-12-09
1
-23
/
+34
*
mesa: Enables GL_RGB and GL_RGBA unsized internal formats for OpenGL ES 3.0
Eduardo Lima Mitev
2014-12-09
1
-0
/
+6
*
mesa: Considers GL_DEPTH_STENCIL_ATTACHMENT a valid argument for FBO invalida...
Eduardo Lima Mitev
2014-12-09
1
-0
/
+8
*
program: Delete dead _mesa_realloc_instructions.
Matt Turner
2014-12-08
2
-21
/
+0
*
swrast: Remove 'inline' from tex filter functions.
Matt Turner
2014-12-08
1
-26
/
+26
*
Don't cast the return value of malloc/realloc
Matt Turner
2014-12-08
7
-17
/
+9
*
Remove useless checks for NULL before freeing
Matt Turner
2014-12-08
2
-7
/
+3
*
i965/skl: Add Skylake PCI IDs
Kristian Høgsberg
2014-12-08
1
-0
/
+29
*
i965/skl: Emit depth stall workaround for gen9 as well
Damien Lespiau
2014-12-08
1
-1
/
+1
*
i965/skl: Fix GS thread count location
Ben Widawsky
2014-12-08
1
-11
/
+18
*
i965: Fix union usage for G++ <= 4.6.
Vinson Lee
2014-12-08
1
-1
/
+2
*
st/mesa: For vertex shaders, don't emit saturate when SM 3.0 is unsupported
Abdiel Janulgue
2014-12-08
2
-4
/
+3
*
glsl: Don't optimize min/max into saturate when EmitNoSat is set
Abdiel Janulgue
2014-12-08
1
-0
/
+1
*
ir_to_mesa: Remove sat to clamp lowering pass
Abdiel Janulgue
2014-12-08
1
-3
/
+1
*
i965: Remove default from brw_instruction_name switch to catch missing names.
Matt Turner
2014-12-08
1
-12
/
+5
*
i965: Add missing opcode names.
Matt Turner
2014-12-08
1
-0
/
+9
*
i965: Add opcode names for set_omask and set_sample_id.
Matt Turner
2014-12-08
1
-0
/
+4
*
i965/Gen6-7: Fix point sprites with PolygonMode(GL_POINT)
Chris Forbes
2014-12-07
1
-0
/
+6
*
i965: Fix regs read for FS_OPCODE_INTERP_PER_SLOT_OFFSET
Chris Forbes
2014-12-07
1
-0
/
+2
*
i965: Add opcode names for FS interpolation opcodes
Chris Forbes
2014-12-07
1
-0
/
+9
*
mesa/st: don't use CMP / I2F for conditional assignments with native integers
Roland Scheidegger
2014-12-06
1
-17
/
+45
*
i965/fs: Perform CSE on MOV ..., VF instructions.
Matt Turner
2014-12-05
1
-5
/
+11
*
i965/fs: Try to emit LINE instructions on Gen <= 5.
Matt Turner
2014-12-05
2
-0
/
+56
*
i965/fs: Add support for generating the LINE instruction.
Matt Turner
2014-12-05
1
-0
/
+4
*
i965: Set the region of LINE's src0 to <0,1,0>.
Matt Turner
2014-12-05
1
-1
/
+10
*
i965: Give compile stats through KHR_debug.
Matt Turner
2014-12-05
2
-0
/
+20
*
mesa: Add a source parameter to _mesa_gl_debug.
Matt Turner
2014-12-05
7
-2
/
+12
*
i965/gs: Avoid DW * DW mul
Ben Widawsky
2014-12-05
1
-2
/
+6
[next]