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
*
tgsi: don't print texture target for sample opcodes
Roland Scheidegger
2014-09-16
1
-2
/
+5
*
vc4: Bump maximum ARB program temporaries to match Intel/AMD.
Eric Anholt
2014-09-15
1
-1
/
+1
*
vc4: Bump maximum uniforms count to match other drivers.
Eric Anholt
2014-09-15
1
-1
/
+1
*
vc4: Dynamically allocate the TGSI-to-qreg arrays.
Eric Anholt
2014-09-15
2
-12
/
+44
*
vc4: Fix memory leaks of struct qinst.
Eric Anholt
2014-09-15
4
-3
/
+17
*
vc4: Fix memory leaks of some vc4_compile contents.
Eric Anholt
2014-09-15
2
-10
/
+11
*
vc4: Reuse the util header instead of defining our own ARRAY_SIZE.
Eric Anholt
2014-09-15
1
-2
/
+1
*
mesa: move i, j var decls into SWIZZLE_CONVERT_LOOP() macro
Brian Paul
2014-09-15
1
-36
/
+38
*
mesa: break up _mesa_swizzle_and_convert() to reduce compile time
Brian Paul
2014-09-15
1
-480
/
+550
*
Generate a warning when not writing gl_Position with GLES.
Kalyan Kondapally
2014-09-15
1
-2
/
+9
*
mesa: check that uniform exists in glUniform* functions
Tapani Pälli
2014-09-15
1
-8
/
+8
*
ilo: clean up 3D/media functions
Chia-I Wu
2014-09-15
3
-205
/
+188
*
ilo: fix gen6_3DSTATE_MULTISAMPLE()
Chia-I Wu
2014-09-15
1
-1
/
+1
*
freedreno/a3xx: 3d/array textures
Rob Clark
2014-09-13
4
-7
/
+102
*
freedreno: update generated headers
Rob Clark
2014-09-13
4
-4
/
+22
*
ilo: trust vertex element count more
Chia-I Wu
2014-09-14
1
-3
/
+2
*
ilo: simplify src operand gathering in disassembler
Chia-I Wu
2014-09-14
1
-15
/
+5
*
ilo: derive 3-src instructions from the opcode table
Chia-I Wu
2014-09-14
1
-9
/
+2
*
nouveau: check for mesa context init failure
Ilia Mirkin
2014-09-13
1
-2
/
+2
*
nouveau: avoid leaking screen on initialization fail
Ilia Mirkin
2014-09-13
1
-2
/
+5
*
nouveau: change internal variables to avoid conflicts with macro args
Ilia Mirkin
2014-09-13
1
-10
/
+10
*
ilo: clean up 3DPRIMITIVE functions
Chia-I Wu
2014-09-13
5
-25
/
+24
*
ilo: clean up 3D/media common functions
Chia-I Wu
2014-09-13
3
-120
/
+42
*
ilo: move 3D functions to ilo_builder_3d*.h
Chia-I Wu
2014-09-13
9
-2538
/
+2614
*
ilo: move media functions to ilo_builder_media.h
Chia-I Wu
2014-09-13
4
-173
/
+211
*
ilo: move GPE common functions to ilo_builder_render.h
Chia-I Wu
2014-09-13
7
-267
/
+303
*
glsl: Speed up constant folding for swizzles.
Kenneth Graunke
2014-09-12
1
-0
/
+5
*
i965/vec4: Make type_size() return 0 for samplers.
Kenneth Graunke
2014-09-12
1
-3
/
+3
*
i965: Skip allocating UNIFORM file storage for uniforms of size 0.
Kenneth Graunke
2014-09-12
2
-6
/
+6
*
i965: Separate gl_InstanceID and gl_VertexID uploading.
Kenneth Graunke
2014-09-12
5
-16
/
+42
*
i965: Fix reference counting in new basevertex upload code.
Kenneth Graunke
2014-09-12
1
-0
/
+3
*
freedreno: "fix" problems with excessive flushes
Rob Clark
2014-09-12
5
-27
/
+14
*
r600g,radeonsi: add debug option which forces DMA for copy_region and blit
Marek Olšák
2014-09-12
11
-21
/
+52
*
freedreno/ir3: implement UMUL correctly
Ilia Mirkin
2014-09-12
1
-1
/
+48
*
freedreno/ir3: fix UCMP handling
Ilia Mirkin
2014-09-12
1
-37
/
+39
*
freedreno/ir3: add TXL support
Ilia Mirkin
2014-09-12
1
-1
/
+3
*
freedreno/ir3: add missing put_dst
Rob Clark
2014-09-12
1
-0
/
+1
*
freedreno/ir3: catch incorrect usage of tmp-dst
Rob Clark
2014-09-12
1
-0
/
+15
*
freedreno/ir3: use unsigned comparison for UIF
Ilia Mirkin
2014-09-12
1
-4
/
+4
*
freedreno/ir3: negate result of USLT/etc
Ilia Mirkin
2014-09-12
1
-8
/
+15
*
freedreno/ir3: add UARL support
Ilia Mirkin
2014-09-12
1
-2
/
+4
*
freedreno/ir3: INEG operates on src0, not src1
Ilia Mirkin
2014-09-12
1
-1
/
+3
*
freedreno/ir3: fix FSLT/etc handling to return 0/-1 instead of 0/1.0
Ilia Mirkin
2014-09-12
1
-4
/
+8
*
freedreno/a3xx: alpha render-target shenanigans
Rob Clark
2014-09-12
4
-2
/
+34
*
util/u_format: add _is_alpha()
Rob Clark
2014-09-12
2
-0
/
+19
*
freedreno/a3xx: format fixes
Rob Clark
2014-09-12
3
-5
/
+20
*
freedreno: update generated headers
Rob Clark
2014-09-12
4
-4
/
+6
*
freedreno/a3xx: handle rendering to layer != 0
Rob Clark
2014-09-12
1
-2
/
+12
*
mesa: fix _mesa_free_pipeline_data() use-after-free bug
Brian Paul
2014-09-12
1
-2
/
+2
*
ra: assert against unsigned underflow in q_total
Connor Abbott
2014-09-12
1
-0
/
+1
[next]