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
*
glsl: remove unused link_assign_uniform_block_offsets
Tapani Pälli
2014-09-26
2
-37
/
+0
*
glsl: Structures must have same name to be considered same type.
Kalyan Kondapally
2014-09-26
2
-0
/
+22
*
glsl: fix uniform location count used for glsl types
Tapani Pälli
2014-09-26
2
-9
/
+12
*
gm107/ir: take relative pfetch offset into account
Ilia Mirkin
2014-09-26
1
-1
/
+4
*
gallivm: More fallout from disabling with LLVM 3.6
Michel Dänzer
2014-09-26
8
-15
/
+26
*
gm107/ir: add support for indirect const buffer selection
Ilia Mirkin
2014-09-25
1
-0
/
+14
*
gm107/ir: fix texture argument order
Ilia Mirkin
2014-09-25
2
-5
/
+34
*
gm107/ir: fix manual TXD for array targets
Ilia Mirkin
2014-09-25
1
-2
/
+3
*
nouveau: fix glCompressedTexImage
Ilia Mirkin
2014-09-25
1
-13
/
+52
*
nv50/ir: avoid deleting pseudo instructions too early
Ilia Mirkin
2014-09-25
1
-1
/
+10
*
mesa/st: NumLayers is only valid for array textures
Ilia Mirkin
2014-09-25
3
-3
/
+5
*
nv50/ir: add some comments on edge classification
Ilia Mirkin
2014-09-25
1
-0
/
+10
*
nv50,nvc0: fix 3d blit logic for odd depth/stencil formats
Ilia Mirkin
2014-09-25
2
-7
/
+18
*
nv50,nvc0: add missing depth/stencil formats to tile flag selection
Ilia Mirkin
2014-09-25
2
-0
/
+8
*
vc4: Switch from errx() to fprintf() and abort().
Eric Anholt
2014-09-25
2
-8
/
+15
*
vc4: Fix miplevel validation for raster textures.
Eric Anholt
2014-09-25
1
-1
/
+1
*
mesa: Replace IS_NEGATIVE(x) with x < 0.0f.
Matt Turner
2014-09-25
5
-21
/
+10
*
radeon: Use PRINTLIKE macro.
Matt Turner
2014-09-25
1
-8
/
+1
*
ralloc: Mark ralloc functions with gcc's malloc attribute.
Matt Turner
2014-09-25
2
-8
/
+14
*
mesa: Replace a priori knowledge of gcc attributes with configure tests.
Matt Turner
2014-09-25
2
-10
/
+7
*
mesa: Replace a priori knowledge of gcc builtins with configure tests.
Matt Turner
2014-09-25
4
-33
/
+30
*
i965/compaction: Document instruction compaction capabilities.
Matt Turner
2014-09-25
1
-0
/
+35
*
i965: Emit ELSE/ENDIF JIP with type D on Gen 7.
Matt Turner
2014-09-25
1
-2
/
+2
*
i965/compaction: Support compaction of control flow instructions.
Matt Turner
2014-09-25
1
-14
/
+16
*
i965/compaction: Add support for G45.
Matt Turner
2014-09-25
1
-15
/
+24
*
i965: Add BRW_OPCODE_NENOP for G45.
Matt Turner
2014-09-25
2
-2
/
+4
*
i965/compaction: Add support for Gen5.
Matt Turner
2014-09-25
1
-5
/
+210
*
i965/compaction: Reduce size of compacted_counts[] array.
Matt Turner
2014-09-25
1
-22
/
+37
*
i965/compaction: Use sizeof brw_inst/brw_compact_inst.
Matt Turner
2014-09-25
1
-15
/
+17
*
i965/compaction: Increment offset in for loop.
Matt Turner
2014-09-25
1
-3
/
+2
*
i965/compaction: Make src_offset local to the for loop.
Matt Turner
2014-09-25
1
-8
/
+4
*
i965/compaction: Remove unnecessary is-compacted? check.
Matt Turner
2014-09-25
1
-2
/
+3
*
i965/compaction: Don't set UIP on ELSE on Gen < 8.
Matt Turner
2014-09-25
1
-1
/
+2
*
i965/compaction: Rework 3-src compaction logic.
Matt Turner
2014-09-25
1
-5
/
+9
*
i965/sf: Disable instruction compaction.
Matt Turner
2014-09-25
1
-1
/
+4
*
i965: Set JumpCount, not JIP, on ENDIF on Gen 6.
Matt Turner
2014-09-25
1
-4
/
+7
*
mesa: Use VertexArray, not _VertexArray, in array size expressions.
Kenneth Graunke
2014-09-24
3
-6
/
+6
*
mesa: Set correct array element in vbo_exec_vtx_init.
Kenneth Graunke
2014-09-24
1
-1
/
+1
*
mesa: Use proper structure for glGet*(GL_TEXTURE_COORD_ARRAY*).
Kenneth Graunke
2014-09-24
1
-4
/
+4
*
mesa: Remove some dead helper functions.
Kenneth Graunke
2014-09-24
1
-26
/
+0
*
vc4: Compute max_index instead of trusting the rest of userspace.
Eric Anholt
2014-09-24
1
-5
/
+13
*
vc4: Move shader record setup before the draw call.
Eric Anholt
2014-09-24
1
-38
/
+38
*
i965/vec4: Call calculate_cfg() in test programs to avoid crashing.
Matt Turner
2014-09-24
2
-0
/
+2
*
vc4: Add support for gl_PointCoord.
Eric Anholt
2014-09-24
1
-0
/
+34
*
vc4: Add support for point size setting.
Eric Anholt
2014-09-24
6
-6
/
+47
*
vc4: Add support for line width setting.
Eric Anholt
2014-09-24
2
-0
/
+5
*
vc4: Actually add support for polygon offset.
Eric Anholt
2014-09-24
3
-1
/
+28
*
vc4: Fix swapped 565 dithering versus no-dithering render configs.
Eric Anholt
2014-09-24
1
-2
/
+2
*
vc4: Add support for alpha test.
Eric Anholt
2014-09-24
2
-0
/
+70
*
freedreno/a3xx: initial texture border-color
Rob Clark
2014-09-24
6
-15
/
+65
[next]