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
*
nir: Combine the int and double [un]pack opcodes
Jason Ekstrand
2017-02-16
2
-26
/
+13
*
i965/fs: Fix the inline nir_op_pack_double optimization
Jason Ekstrand
2017-02-16
1
-1
/
+1
*
mesa: remove cache creation from _mesa_initialize_context()
Timothy Arceri
2017-02-17
1
-5
/
+0
*
st/mesa/glsl: build string of dri options and use as input to building sha fo...
Timothy Arceri
2017-02-17
3
-0
/
+57
*
glsl: don't reprocess or clear UBOs on cache fallback
Timothy Arceri
2017-02-17
1
-7
/
+9
*
glsl: skip more uniform initialisation when doing fallback linking
Timothy Arceri
2017-02-17
1
-3
/
+5
*
glsl: don't lose uniform values when falling back to full compile
Timothy Arceri
2017-02-17
1
-2
/
+2
*
glsl: don't reference shader prog data during cache fallback
Timothy Arceri
2017-02-17
1
-1
/
+2
*
mesa/glsl: add cache_fallback flag to gl_shader_program_data
Timothy Arceri
2017-02-17
1
-0
/
+2
*
glsl: use correct shader source in case of cache fallback
Timothy Arceri
2017-02-17
3
-3
/
+15
*
glsl: make use of on disk shader cache
Timothy Arceri
2017-02-17
1
-0
/
+8
*
r100: use correct libdrm_radeon macro
Emil Velikov
2017-02-16
1
-6
/
+2
*
mesa: retain gl_shader_programs after glDeleteProgram if they are in use
Timothy Arceri
2017-02-16
5
-9
/
+17
*
mesa: remove tabs in dri xmlconfig.c
Timothy Arceri
2017-02-16
1
-362
/
+362
*
mesa: style fixes for dri xmlconfig.c
Timothy Arceri
2017-02-16
1
-37
/
+94
*
i965: Do not use purged bo after calling glObjectUnpurgeable
Chris Wilson
2017-02-15
1
-9
/
+27
*
Revert "i915: Always enable GL 2.0 support."
Matt Turner
2017-02-15
2
-4
/
+25
*
getteximage: Return correct error value when texure object is not found
Eduardo Lima Mitev
2017-02-15
1
-2
/
+4
*
i965: define default allow_higher_compat_version value
Lionel Landwerlin
2017-02-15
1
-0
/
+1
*
drirc: add allow_higher_compat_version for Tropico 5
Samuel Pitoiset
2017-02-15
1
-0
/
+4
*
drirc: add allow_higher_compat_version for Crookz - The Big Heist
Samuel Pitoiset
2017-02-15
1
-0
/
+4
*
drirc: add allow_higher_compat_version for Worms WMD
Samuel Pitoiset
2017-02-15
1
-0
/
+4
*
driconf: add allow_higher_compat_version option
Samuel Pitoiset
2017-02-15
5
-2
/
+21
*
st/mesa: tell u_vbuf that GL core doesn't have user VBOs
Marek Olšák
2017-02-14
1
-1
/
+8
*
gallium: let state trackers tell u_vbuf whether user VBOs are possible
Marek Olšák
2017-02-14
1
-1
/
+1
*
st/mesa: use the common uploader (v2)
Marek Olšák
2017-02-14
7
-44
/
+25
*
mesa: Add EXT_frag_depth bits and enable it on all drivers
Anuj Phogat
2017-02-13
1
-0
/
+1
*
xlib: remove always true ifdef GLX_EXTENSION guards
Emil Velikov
2017-02-13
2
-26
/
+0
*
mesa: Ignore per-vertex array size in SSO pipeline validation.
Kenneth Graunke
2017-02-12
1
-42
/
+56
*
mesa: Do a draw time check for TES && !TCS in ES 3.x.
Kenneth Graunke
2017-02-12
1
-0
/
+14
*
mesa: Do (TCS && !TES) draw time validation in ES as well.
Kenneth Graunke
2017-02-12
1
-19
/
+26
*
i965/sampler_state: Set the "Base Mip Level" field on Sandy Bridge
Jason Ekstrand
2017-02-12
2
-1
/
+20
*
i965/sampler_state: Pass texObj into update_sampler_state
Jason Ekstrand
2017-02-12
1
-6
/
+4
*
i965/sampler_state: Clamp min/max LOD to 14 on gen7+
Jason Ekstrand
2017-02-12
1
-2
/
+5
*
st/mesa: don't pass compare mode for stencil-sampled textures
Ilia Mirkin
2017-02-12
1
-1
/
+1
*
gallium: add separate PIPE_CAP_INT64_DIVMOD
Ilia Mirkin
2017-02-09
1
-0
/
+3
*
i965/fs: add support for int64 to bool conversion
Samuel Iglesias Gonsálvez
2017-02-09
1
-2
/
+13
*
i965/fs: Add support for nir_op_[iu]2[iu]32
Samuel Iglesias Gonsálvez
2017-02-09
1
-0
/
+4
*
i965/fs: Add support for nir_op_[iu]642f
Samuel Iglesias Gonsálvez
2017-02-09
1
-0
/
+2
*
i965/fs: legalize [u]int64 to 32-bit data conversions in lower_d2x
Samuel Iglesias Gonsálvez
2017-02-09
1
-1
/
+3
*
i965/fs: Add support for nir_op_[iu]642d
Jason Ekstrand
2017-02-09
1
-0
/
+2
*
i965: Allow int64 conversion operations in channel_expressions
Jason Ekstrand
2017-02-09
1
-24
/
+24
*
glsl: add param to force shader recompile
Timothy Arceri
2017-02-09
1
-1
/
+1
*
st/mesa/i965: create link status enum
Timothy Arceri
2017-02-09
11
-17
/
+28
*
mesa: (trivial) include <inttypes.h> for PRIx64 macros
Roland Scheidegger
2017-02-08
1
-0
/
+1
*
mesa: use PRId64/PRIu64 when printing 64-bit ints
Timothy Arceri
2017-02-08
1
-2
/
+2
*
mesa/st: fix strict aliasing issue in int64 code.
Dave Airlie
2017-02-08
1
-4
/
+2
*
mesa/uniform: fix strict aliasing issues with int64 code.
Dave Airlie
2017-02-08
1
-12
/
+26
*
Revert "i965: Disable guardband clipping in the smaller-than-viewport case."
Kenneth Graunke
2017-02-06
1
-31
/
+0
*
i965: Always scissor on Gen6-7.5 instead of disabling guardband.
Kenneth Graunke
2017-02-06
3
-48
/
+5
[next]