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
*
mesa: remove unused IsShaderStorage field
Timothy Arceri
2016-04-06
1
-5
/
+0
*
glsl: fully split apart buffer block arrays
Timothy Arceri
2016-04-06
5
-58
/
+19
*
i965/fs: Move the code for load/store_shared to emit_cs_intrinsic
Jason Ekstrand
2016-04-04
1
-76
/
+76
*
i965/nir: Provide a default LOD for buffer textures
Jason Ekstrand
2016-04-04
2
-0
/
+8
*
i965: Fix invalid pointer read in dead_control_flow_eliminate().
Kenneth Graunke
2016-04-04
1
-0
/
+4
*
i965: Make bblock_t::next and friends return NULL at sentinels.
Kenneth Graunke
2016-04-04
2
-1
/
+13
*
i965/peephole_ffma: Only match a mul+add if none of the ops are exact
Jason Ekstrand
2016-04-04
1
-0
/
+11
*
i965: Add an INTEL_PRECISE_TRIG=1 option to fix SIN/COS output range.
Kenneth Graunke
2016-04-04
4
-4
/
+36
*
i965: Allow 8x MSAA on >= 64bpp formats on Gen8+.
Kenneth Graunke
2016-04-04
1
-1
/
+2
*
mesa/get: fix MAX_GEOMETRY_SHADER_STORAGE_BLOCKS
Dave Airlie
2016-04-04
1
-1
/
+1
*
mesa: expose EXT_base_instance in ES3 contexts
Ilia Mirkin
2016-04-03
3
-1
/
+7
*
mesa: expose EXT_polygon_offset_clamp in ES contexts
Ilia Mirkin
2016-04-03
3
-4
/
+10
*
mesa: add always-false-for-now enables for GL 4.3, 4.4, 4.5.
Ilia Mirkin
2016-04-03
1
-2
/
+49
*
mesa: add ES3_1_compatibility extension enable
Ilia Mirkin
2016-04-03
2
-0
/
+2
*
mesa: remove unrequired else
Timothy Arceri
2016-04-03
1
-42
/
+39
*
glsl: store stage reference in gl_uniform_block
Timothy Arceri
2016-04-02
3
-15
/
+4
*
glsl: Fix prorgram interface query locations biasing for SSO.
Kenneth Graunke
2016-04-01
1
-8
/
+3
*
glsl: Return -1 for program interface query locations in many cases.
Kenneth Graunke
2016-04-01
1
-53
/
+9
*
glsl: Consolidate gl_VertexIDMESA -> gl_VertexID query hacks.
Kenneth Graunke
2016-04-01
1
-17
/
+0
*
glsl: Add all system variables to the input resource list.
Kenneth Graunke
2016-04-01
1
-8
/
+1
*
mesa: Make _mesa_choose_tex_format() handle stencil textures.
Kenneth Graunke
2016-04-01
1
-0
/
+5
*
gallium: distinguish between shader IR in get_compute_param
Bas Nieuwenhuizen
2016-04-02
1
-6
/
+7
*
gallium: add threads per block TGSI property
Bas Nieuwenhuizen
2016-04-02
1
-0
/
+18
*
gallium: add compute shader IR type
Bas Nieuwenhuizen
2016-04-02
1
-0
/
+1
*
i965: Add an implemnetation of nir_op_fquantize2f16
Jason Ekstrand
2016-04-01
2
-0
/
+53
*
Android: fix x86 gallium builds
Rob Herring
2016-04-01
5
-5
/
+55
*
mesa: add GL_OES/EXT_draw_buffers_indexed support
Ilia Mirkin
2016-03-31
2
-0
/
+12
*
i965: Use brw->urb.min_vs_urb_entries instead of 32 for BLORP.
Kenneth Graunke
2016-03-31
1
-4
/
+1
*
i965: Fix textureSize() depth value for 1 layer surfaces on Gen4-6.
Kenneth Graunke
2016-03-31
2
-6
/
+18
*
ptn: Fix all users of ptn_swizzle
Ian Romanick
2016-03-31
1
-6
/
+6
*
ptn: Silence unused parameter warning
Ian Romanick
2016-03-31
1
-2
/
+2
*
mesa: add GL_EXT_copy_image support
Ilia Mirkin
2016-03-30
1
-0
/
+1
*
mesa: add GL_OES_copy_image support
Ilia Mirkin
2016-03-30
6
-1
/
+128
*
mesa: remove duplicate MAX_GEOMETRY_SHADER_INVOCATIONS entry
Ilia Mirkin
2016-03-30
1
-3
/
+0
*
st/mesa: add ES sample-shading support
Ilia Mirkin
2016-03-30
1
-0
/
+6
*
mesa: add GL_OES_shader_multisample_interpolation support
Ilia Mirkin
2016-03-30
3
-3
/
+14
*
mesa: add GL_OES_sample_shading support
Ilia Mirkin
2016-03-30
4
-3
/
+8
*
mesa: add OES_sample_variables to extension table, add enable bit
Ilia Mirkin
2016-03-30
2
-0
/
+2
*
i965: Don't add barrier deps for FB write messages.
Matt Turner
2016-03-30
1
-1
/
+2
*
i965: Add and use is_scheduling_barrier() function.
Matt Turner
2016-03-30
1
-4
/
+17
*
i965: Remove NOP insertion kludge in scheduler.
Matt Turner
2016-03-30
1
-20
/
+5
*
i965: Assert that an instruction is not inserted around itself.
Matt Turner
2016-03-30
1
-0
/
+4
*
i965: Relax restriction on scheduling last instruction.
Matt Turner
2016-03-30
1
-20
/
+3
*
i965/vec4/tcs: Set conditional mod on TCS_OPCODE_SRC0_010_IS_ZERO.
Matt Turner
2016-03-30
2
-2
/
+3
*
Revert "i965: Don't add barrier deps for FB write messages."
Matt Turner
2016-03-30
1
-4
/
+3
*
i965: Simplify full scheduling-barrier conditions.
Matt Turner
2016-03-30
1
-27
/
+8
*
i965: Remove incorrect cycle estimates.
Matt Turner
2016-03-30
1
-10
/
+0
*
st/mesa: fix fallout from xfb changes.
Dave Airlie
2016-03-31
1
-2
/
+2
*
mesa: add query support for GL_TRANSFORM_FEEDBACK_BUFFER interface
Timothy Arceri
2016-03-31
3
-2
/
+51
*
glsl: add transform feedback buffers to resource list
Timothy Arceri
2016-03-31
3
-3
/
+3
[next]