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
*
dri/swrast: automake: add LIBDRM_CFLAGS
Emil Velikov
2015-07-22
1
-0
/
+1
*
mesa: fix typo s/glGetTextImage/glGetTexImage/
Brian Paul
2015-07-22
1
-1
/
+1
*
mesa: fix misleading comment
Timothy Arceri
2015-07-22
1
-2
/
+0
*
mesa: fix active sampler conflict validation
Timothy Arceri
2015-07-22
1
-7
/
+13
*
swrast: remove unneeded & operators in _swrast_choose_texture_sample_func()
Brian Paul
2015-07-21
1
-28
/
+28
*
mesa: move check for no-op glShadeModel call earlier
Brian Paul
2015-07-21
1
-3
/
+3
*
mesa: move check for no-op glAlphaFunc call earlier
Brian Paul
2015-07-21
1
-3
/
+3
*
mesa: move check for no-op glFrontFace call earlier
Brian Paul
2015-07-21
1
-3
/
+3
*
mesa: s/GLint/GLsizei/ for consistency
Brian Paul
2015-07-21
1
-1
/
+1
*
mesa: enable GL_ARB_get_texture_sub_image for all drivers
Brian Paul
2015-07-21
1
-0
/
+1
*
mesa: add API dispatch for GL_ARB_get_texture_sub_image
Brian Paul
2015-07-21
1
-0
/
+5
*
mesa: add new _mesa_Get[Compressed]TextureSubImage() functions
Brian Paul
2015-07-21
2
-1
/
+76
*
mesa: overhaul the glGetCompressedTexImage code
Brian Paul
2015-07-21
1
-142
/
+198
*
mesa: overhaul the glGetTexImage code
Brian Paul
2015-07-21
1
-195
/
+428
*
mesa: 80-column wrapping in texgetimage.c
Brian Paul
2015-07-21
1
-5
/
+8
*
mesa: replace Driver.GetCompressedTexImage() w/ GetCompressedTexSubImage()
Brian Paul
2015-07-21
5
-20
/
+30
*
mesa: make _mesa_get_[compressed_]texture_image() static
Brian Paul
2015-07-21
2
-19
/
+12
*
mesa: plumb offset/size parameters through GetTexSubImage code
Brian Paul
2015-07-21
1
-57
/
+80
*
mesa: replace Driver.GetTexImage with GetTexSubImage()
Brian Paul
2015-07-21
10
-54
/
+83
*
meta: add offset, width, height parameters to decompress_texture_image()
Brian Paul
2015-07-21
1
-5
/
+5
*
meta: handle subimages in _mesa_meta_setup_texture_coords()
Brian Paul
2015-07-21
3
-33
/
+65
*
mesa: assorted whitespace, formatting fixes in teximage.c
Brian Paul
2015-07-21
1
-20
/
+10
*
mesa: allow GL_TEXTURE_CUBE_MAP_ARRAY case for glCompressedTexSubImage3D()
Brian Paul
2015-07-21
1
-1
/
+1
*
mesa: include stdarg.h for va_list
Jonathan Gray
2015-07-21
1
-0
/
+1
*
gallium: replace INLINE with inline
Ilia Mirkin
2015-07-21
1
-1
/
+1
*
st/mesa: Silence GCC unused-variable warning.
Vinson Lee
2015-07-21
1
-0
/
+1
*
Revert "i965/gen9: Plugin the code for selecting YF/YS tiling on skl+"
Anuj Phogat
2015-07-21
1
-92
/
+17
*
i965: Fix stride field for the result of emit_uniformize().
Francisco Jerez
2015-07-21
4
-19
/
+26
*
i965/fs: Fix stride field for uniforms.
Francisco Jerez
2015-07-21
1
-0
/
+6
*
i965/fs: Fix stride for immediate registers.
Francisco Jerez
2015-07-21
2
-0
/
+7
*
i965/vec4: Fix liveness analysis with BRW_OPCODE_SEL
Iago Toral Quiroga
2015-07-21
1
-1
/
+2
*
mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().
Kenneth Graunke
2015-07-20
85
-422
/
+422
*
i965/nir/fs: removed unneeded support for global variables
Alejandro PiƱeiro
2015-07-20
3
-14
/
+4
*
i965: Disable resource streamer in BLORP
Abdiel Janulgue
2015-07-18
1
-0
/
+2
*
i965: Upload binding tables in hw-generated binding table format.
Abdiel Janulgue
2015-07-18
1
-9
/
+57
*
i965: Implement interface to edit binding table entries
Abdiel Janulgue
2015-07-18
2
-0
/
+64
*
i965: Enable hardware-generated binding tables on render path.
Abdiel Janulgue
2015-07-18
8
-4
/
+128
*
i965: Enable resource streamer for the batchbuffer
Abdiel Janulgue
2015-07-18
7
-2
/
+36
*
i965: Define HW-binding table and resource streamer control opcodes
Abdiel Janulgue
2015-07-18
2
-0
/
+33
*
mesa: fix up some texture error checks
Roland Scheidegger
2015-07-18
2
-21
/
+21
*
i965/fs: don't make unused payload registers interfere
Connor Abbott
2015-07-17
1
-1
/
+6
*
i965/fs: remove special case in setup_payload_interference()
Connor Abbott
2015-07-17
1
-20
/
+0
*
i965/fs: Mark last used ip for all regs read in the payload
Jordan Justen
2015-07-17
1
-1
/
+4
*
i965/fs: fix regs_read() for LINTERP
Connor Abbott
2015-07-17
1
-1
/
+2
*
i965/cs: Use dispatch width of 8 for cs terminate payload setup
Jordan Justen
2015-07-16
1
-1
/
+1
*
i965/cs: Return 1 for regs_read on CS_OPCODE_CS_TERMINATE
Jordan Justen
2015-07-16
1
-0
/
+3
*
program: Allow redundant OPTION ARB_fog_* directives.
Kenneth Graunke
2015-07-16
1
-13
/
+37
*
i965: Push miptree tiling request into flags
Ben Widawsky
2015-07-16
7
-47
/
+51
*
Revert "i965: Push miptree tiling request into flags"
Ben Widawsky
2015-07-16
7
-51
/
+47
*
i965: Push miptree tiling request into flags
Ben Widawsky
2015-07-16
7
-47
/
+51
[next]