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
*
mesa: Add MESA_FORMAT_A8L8_{SNORM,SRGB}
Richard Sandiford
2014-09-17
9
-0
/
+111
*
gallium: Define PIPE_FORMAT_xyzw8888_{SNORM, SRGB} aliases
Richard Sandiford
2014-09-17
1
-0
/
+24
*
gallium: Add PIPE_FORMAT_x8B8G8R8_SNORM formats
Richard Sandiford
2014-09-17
2
-0
/
+6
*
gallium: Define PIPE_FORMAT_{LA, AL, RG, GR}nn aliases
Richard Sandiford
2014-09-17
1
-0
/
+32
*
gallium: Add PIPE_FORMAT_AnLn and PIPE_FORMAT_GnRn formats
Richard Sandiford
2014-09-17
2
-0
/
+19
*
mesa: fix SRGB alpha channel value in pack_float_R8G8B8X8_SRGB
Dave Airlie
2014-09-17
1
-1
/
+1
*
swrast: Fix handling of MESA_FORMAT_L8A8_SRGB for big-endian
Richard Sandiford
2014-09-17
1
-3
/
+3
*
mesa: Tweak unpack name for MESA_FORMAT_R8G8B8X8_SNORM
Richard Sandiford
2014-09-17
1
-2
/
+2
*
mesa: Fix alpha component in unpack_R8G8B8X8_SRGB.
Richard Sandiford
2014-09-17
1
-1
/
+1
*
util: move shared rgtc code to util (v2)
Dave Airlie
2014-09-17
7
-186
/
+174
*
vc4: Claim ARB_fbo.
Eric Anholt
2014-09-16
1
-1
/
+3
*
vc4: Fix memory leaks in register allocation.
Eric Anholt
2014-09-16
1
-0
/
+3
*
vc4: Move register allocation to a separate file.
Eric Anholt
2014-09-16
4
-100
/
+165
*
glsl: fix error message for redeclaring gl_PerVertex as output
Chris Forbes
2014-09-17
1
-1
/
+1
*
i965/vec4: slightly improve insn dumping with no srcs
Chris Forbes
2014-09-17
1
-1
/
+4
*
vc4: Add support for computed depth writes.
Eric Anholt
2014-09-16
3
-2
/
+26
*
vc4: Restructure depth input/output in fragment shaders.
Eric Anholt
2014-09-16
4
-12
/
+17
*
freedreno: add a standalone ir3_compiler binary for building TGSI
Ilia Mirkin
2014-09-16
2
-0
/
+191
*
freedreno: add default .dir-locals.el for emacs settings
Ilia Mirkin
2014-09-16
1
-0
/
+8
*
i965: add support for RGBA dma_buf imports.
Gwenole Beauchesne
2014-09-16
1
-0
/
+6
*
i965: Mark delta_x/y as BAD_FILE if remapped away completely.
Kenneth Graunke
2014-09-16
2
-5
/
+15
*
st_glsl_to_tgsi: init have_sqrt field.
Dave Airlie
2014-09-16
1
-0
/
+1
*
llvmpipe: fix rast debugging output
Dave Airlie
2014-09-16
1
-0
/
+11
*
util: Add big-endian layout for a number of formats.
Richard Sandiford
2014-09-16
2
-35
/
+42
*
llvmpipe: Fix PIPE_FORMAT_Z32_FLOAT_S8X24_UINT handling for big-endian.
Richard Sandiford
2014-09-16
1
-1
/
+2
*
gallivm: Fix uses of 2^24
Richard Sandiford
2014-09-16
1
-4
/
+4
*
gallivm: Add SNORM clamping to lp_build_{add, sub}
Richard Sandiford
2014-09-16
1
-6
/
+28
*
gallivm: attach DataLayout to module too, not just pass manager.
Rafael Ávila de Espíndola
2014-09-16
1
-0
/
+7
*
gallivm: handle SAMPLE opcode in aos sampling
Roland Scheidegger
2014-09-16
2
-13
/
+50
*
tgsi: accept offsets for sample opcodes too in the text parser
Roland Scheidegger
2014-09-16
1
-3
/
+2
*
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
[next]