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
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: Handle clip control in meta operations.
Mathias Fröhlich
2014-10-24
2
-0
/
+9
*
mesa: Refactor viewport transform computation.
Mathias Fröhlich
2014-10-24
1
-17
/
+9
*
i965: Silence unused variable warning.
Matt Turner
2014-10-23
1
-2
/
+1
*
i965/fs: Silence uninitialized variable warning.
Matt Turner
2014-10-23
1
-0
/
+1
*
i965/vec4: Generate better code for ir_triop_csel.
Kenneth Graunke
2014-10-21
1
-3
/
+15
*
i965/vec4: Simplify visit(ir_expression *)'s result_src/dst setup.
Kenneth Graunke
2014-10-21
1
-13
/
+6
*
i965/vec4: Delete some dead code in visit(ir_expression *).
Kenneth Graunke
2014-10-21
1
-8
/
+0
*
i965/fs: Generate better code for ir_triop_csel.
Kenneth Graunke
2014-10-21
1
-5
/
+13
*
meta/msaa-blit: consider weird sample count case unreachable
Chris Forbes
2014-10-18
1
-0
/
+1
*
i965/fs: Change the type of booleans to UD and emit correct immediates
Jason Ekstrand
2014-10-17
3
-16
/
+16
*
i965/fs: Don't pass ir_variable * to emit_sampleid_setup().
Kenneth Graunke
2014-10-17
3
-4
/
+4
*
mesa: Drop the "target" parameter from NewBufferObject().
Kenneth Graunke
2014-10-16
4
-9
/
+8
*
i965: Flag BRW_ATOMIC_COUNTER_BUFFER when a possible ABO is respecified
Chris Forbes
2014-10-16
1
-0
/
+2
*
i965/disasm: Add missing message type for Gen7 DP untyped surface read
Chris Forbes
2014-10-16
1
-0
/
+1
*
i965: Correctly use ABO count to trigger flagging of new surfaces.
Chris Forbes
2014-10-16
1
-1
/
+1
*
i965: No longer reemit textures on BRW_NEW_UNIFORM_BUFFER
Chris Forbes
2014-10-16
1
-2
/
+1
*
i965: Dirty state in BO reallocation based on usage history
Chris Forbes
2014-10-16
1
-1
/
+4
*
i965: Have mesa flag BRW_NEW_TEXTURE_BUFFER when a TexBO binding changes
Chris Forbes
2014-10-16
1
-0
/
+1
*
i965: Add new dirty flag for new TexBOs.
Chris Forbes
2014-10-16
3
-0
/
+4
*
i965/fs: don't make a fake ir_texture in the Mesa IR frontend
Connor Abbott
2014-10-15
1
-14
/
+5
*
i965/fs: Refactor the texture emission logic into a single function.
Kenneth Graunke
2014-10-15
3
-104
/
+144
*
i965/fs: Make gather_channel() not use ir_texture.
Connor Abbott
2014-10-15
2
-5
/
+4
*
i965/fs: Make swizzle_result() not use ir_texture.
Connor Abbott
2014-10-15
3
-8
/
+9
*
i965/fs: fix integer textures with swizzles
Connor Abbott
2014-10-15
1
-0
/
+1
*
i965/fs: don't pass in ir_texture to emit_texture_*
Connor Abbott
2014-10-15
3
-24
/
+23
*
i965/fs: don't use ir->type in emit_texture_gen4()
Connor Abbott
2014-10-15
1
-4
/
+1
*
i965/fs: Don't use ir->lod_info.grad.dPd<x,y> in emit_texture_*.
Connor Abbott
2014-10-15
3
-18
/
+31
*
i965/fs: Don't use ir->coordinate in emit_texture_*.
Connor Abbott
2014-10-15
3
-31
/
+39
*
i965/fs: make rescale_texcoord() not use ir_texture.
Connor Abbott
2014-10-15
3
-8
/
+8
*
i965/fs: Make emit_mcs_fetch() not use ir_texture.
Connor Abbott
2014-10-15
2
-4
/
+4
*
i965/fs: Rename "length" to "components" in emit_mcs_fetch().
Kenneth Graunke
2014-10-15
1
-6
/
+6
*
i965: Make brw_texture_offset() not use ir_texture.
Connor Abbott
2014-10-15
4
-12
/
+15
*
i965/fs: don't use ir->offset in emit_texture_gen5.
Connor Abbott
2014-10-15
3
-5
/
+8
*
i965/fs: Move texel offset handling to visit(ir_texture *).
Kenneth Graunke
2014-10-15
3
-11
/
+29
*
i965: Drop ir->op != ir_txf condition in offset checking.
Kenneth Graunke
2014-10-15
2
-4
/
+3
*
i965: Restore a lost comment about TXF offset bugs.
Kenneth Graunke
2014-10-15
1
-0
/
+5
*
i965: Allow CSE on Gen4-5 unary math.
Kenneth Graunke
2014-10-15
1
-1
/
+1
*
i965/fs: Use the correct regs_written on unspill instructions
Jason Ekstrand
2014-10-14
1
-0
/
+1
*
nouveau: 3d textures are unsupported, limit 3d levels to 1
Ilia Mirkin
2014-10-14
1
-0
/
+3
*
i965: Use unsynchronized maps for the program cache on LLC platforms.
Kenneth Graunke
2014-10-13
1
-7
/
+28
*
i965: Issue performance warnings when copying the program cache BO.
Kenneth Graunke
2014-10-13
1
-0
/
+3
*
i965: Issue performance warnings on MapBufferRange stalls.
Kenneth Graunke
2014-10-13
1
-3
/
+4
*
i965: Fix register write checks.
Kenneth Graunke
2014-10-10
1
-0
/
+2
*
i965: Skip uploading border color when unnecessary.
Kenneth Graunke
2014-10-09
1
-2
/
+20
*
i965: Use BDW_MOCS_PTE for renderbuffers.
Kenneth Graunke
2014-10-09
1
-1
/
+1
*
i965: Add a BRW_MOCS_PTE #define.
Kenneth Graunke
2014-10-09
1
-3
/
+7
*
i965/compaction: Disable compaction on SNB temporarily.
Matt Turner
2014-10-03
1
-0
/
+6
*
Revert "i965: Emit ELSE/ENDIF JIP with type D on Gen 7."
Matt Turner
2014-10-03
1
-2
/
+2
*
i965/fs: Remove dead generate_rep_fb_write prototype.
Matt Turner
2014-10-03
1
-1
/
+0
*
i965/fs: Use the correct base_mrf for spilling pairs in SIMD8
Jason Ekstrand
2014-10-02
1
-3
/
+4
[next]