index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
program
Commit message (
Expand
)
Author
Age
Files
Lines
*
glsl: Optionally lower TES gl_PatchVerticesIn to a uniform.
Kenneth Graunke
2016-06-15
2
-0
/
+8
*
mesa: Pass gl_constant_value union into _mesa_fetch_state().
Kenneth Graunke
2016-06-14
1
-3
/
+5
*
mesa: use new 64-bit checks instead of explicit double checks.
Dave Airlie
2016-06-09
1
-1
/
+1
*
mesa: hook up core bits of GL_ARB_shader_group_vote
Ilia Mirkin
2016-06-06
1
-0
/
+3
*
ptn: Include nir.h
Jason Ekstrand
2016-05-26
1
-0
/
+3
*
glsl: Add arb_cull_distance support (v3)
Tobias Klausmann
2016-05-14
1
-0
/
+4
*
ptn: Emit mul+add for MAD
Jason Ekstrand
2016-05-11
1
-1
/
+5
*
ir_to_mesa: Emit smarter ir_binop_logic_or for vertex programs
Ian Romanick
2016-05-10
1
-15
/
+11
*
prog: Delete all remains of OPCODE_SNE, OPCODE_SEQ, OPCODE_SGT, and OPCODE_SLE
Ian Romanick
2016-05-10
6
-272
/
+0
*
ir_to_mesa: Do not emit OPCODE_SEQ or OPCODE_SNE
Ian Romanick
2016-05-10
1
-9
/
+64
*
ir_to_mesa: Do not emit OPCODE_SLE or OPCODE_SGT
Ian Romanick
2016-05-10
1
-2
/
+12
*
mesa: remove unrequired else
Timothy Arceri
2016-04-03
1
-42
/
+39
*
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
*
glsl: add transform feedback buffers to resource list
Timothy Arceri
2016-03-31
1
-1
/
+1
*
program: add ATI_fragment_shader to shader stages list
Miklós Máté
2016-03-27
1
-0
/
+2
*
mesa: replace gl_context->Multisample._Enabled with _mesa_is_multisample_enab...
Bas Nieuwenhuizen
2016-03-24
1
-1
/
+1
*
mesa: remove remaining tabs in prog_parameter.c
Timothy Arceri
2016-03-18
1
-8
/
+8
*
mesa: inline _mesa_add_unnamed_constant()
Timothy Arceri
2016-03-18
2
-24
/
+6
*
mesa: simplify and inline _mesa_lookup_parameter_index()
Timothy Arceri
2016-03-18
3
-41
/
+18
*
mesa: make _mesa_lookup_parameter_constant static
Timothy Arceri
2016-03-18
2
-100
/
+94
*
mesa: remove unused function
Timothy Arceri
2016-03-18
1
-6
/
+0
*
nir: add a bit_size parameter to nir_ssa_dest_init
Connor Abbott
2016-03-17
1
-5
/
+5
*
program: minor whitespace clean-ups in program_parse_extra.c
Brian Paul
2016-03-08
1
-5
/
+4
*
program: Clean up after condition code removal.
Matt Turner
2016-03-02
1
-5
/
+3
*
program: Remove variable used only in assert().
Matt Turner
2016-03-02
1
-2
/
+1
*
program: Drop GL_FRAGMENT_PROGRAM_NV from switch statement.
Matt Turner
2016-03-02
1
-1
/
+0
*
program: Remove NV_fragment_program opcode parsing.
Matt Turner
2016-03-01
2
-9
/
+0
*
program: Remove NV_fragment_program scalar suffix parsing.
Matt Turner
2016-03-01
1
-17
/
+0
*
program: Remove NV_fragment_program_option parsing support.
Matt Turner
2016-03-01
1
-44
/
+5
*
program: Remove NV_fragment_program Abs support.
Matt Turner
2016-03-01
8
-76
/
+4
*
program: Remove incorrect comment about OPCODE_TXD.
Matt Turner
2016-03-01
1
-1
/
+1
*
program: Remove OPCODE_TXP_NV.
Matt Turner
2016-03-01
5
-30
/
+0
*
program: Clean up after previous commit.
Matt Turner
2016-03-01
1
-43
/
+41
*
program: Remove condition-code and precision support.
Matt Turner
2016-03-01
11
-524
/
+62
*
program: Remove OPCODE_KIL_NV.
Matt Turner
2016-03-01
6
-31
/
+6
*
program: Remove RelAddr2 support.
Matt Turner
2016-03-01
4
-32
/
+3
*
program: Mark table const.
Matt Turner
2016-03-01
1
-1
/
+1
*
mesa: Remove EmitCondCodes.
Matt Turner
2016-03-01
1
-22
/
+2
*
Android: fix build break from nir/glsl move to compiler/
Rob Herring
2016-02-29
1
-2
/
+3
*
program: Remove extra reference_program()
Miklós Máté
2016-02-25
1
-2
/
+0
*
Android: fix build break in libmesa_program
Rob Herring
2016-02-18
1
-1
/
+1
*
mesa: gl_NumSamples should always be at least one
Ilia Mirkin
2016-02-18
1
-1
/
+1
*
glsl/types: Add support for function types
Jason Ekstrand
2016-02-13
1
-0
/
+2
*
mesa: call build_program_resource_list inside Driver.LinkShader
Marek Olšák
2016-02-11
1
-2
/
+2
*
nir: Separate texture from sampler in nir_tex_instr
Jason Ekstrand
2016-02-09
1
-0
/
+1
*
nir/tex_instr: Rename sampler to texture
Jason Ekstrand
2016-02-09
1
-1
/
+1
*
ptn: use const_index helpers
Rob Clark
2016-02-09
1
-2
/
+2
*
mesa: remove now unused sampler index handing code
Timothy Arceri
2016-02-09
3
-170
/
+0
*
mesa: compute sampler index in ir_to_mesa rather than using UniformHash
Timothy Arceri
2016-02-09
1
-3
/
+78
[next]