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
*
i965/fs: Allocate a common IR builder object in fs_visitor.
Francisco Jerez
2015-06-09
3
-1
/
+16
*
i965/fs: Introduce FS IR builder.
Francisco Jerez
2015-06-09
2
-0
/
+653
*
i965: Define consistent interface to enable instruction result saturation.
Francisco Jerez
2015-06-09
2
-0
/
+22
*
i965: Define consistent interface to enable instruction conditional modifiers.
Francisco Jerez
2015-06-09
2
-0
/
+22
*
i965: Define consistent interface to predicate an instruction.
Francisco Jerez
2015-06-09
2
-0
/
+44
*
mesa: Drop include of simple_list.h from mtypes.h.
Francisco Jerez
2015-06-09
1
-1
/
+0
*
dri/nouveau: Include simple_list.h explicitly in nv*_state_tnl.c.
Francisco Jerez
2015-06-09
2
-0
/
+4
*
tnl: Include simple_list.h explicitly in t_context.c.
Francisco Jerez
2015-06-09
1
-0
/
+1
*
mesa: Include simple_list.h explicitly in errors.c.
Francisco Jerez
2015-06-09
1
-0
/
+1
*
mesa/teximage: use correct extension for accept stencil texture.
Dave Airlie
2015-06-08
1
-1
/
+1
*
i965: Make a helper function intel_miptree_set_total_width_height()
Anuj Phogat
2015-06-08
1
-43
/
+50
*
i965/gen9: Set vertical alignment for the miptree
Anuj Phogat
2015-06-08
1
-0
/
+70
*
i965/gen9: Set horizontal alignment for the miptree
Anuj Phogat
2015-06-08
1
-0
/
+81
*
i965/gen9: Set tiled resource mode for the miptree
Anuj Phogat
2015-06-08
2
-0
/
+10
*
i965: Pass miptree pointer as function parameter in intel_vertical_texture_al...
Anuj Phogat
2015-06-08
1
-9
/
+7
*
i965: Move intel_miptree_choose_tiling() to brw_tex_layout.c
Anuj Phogat
2015-06-08
3
-116
/
+103
*
i965: Choose tiling in brw_miptree_layout() function
Anuj Phogat
2015-06-08
3
-25
/
+52
*
i965: Disallow saturation for MACH operations.
Ben Widawsky
2015-06-08
1
-1
/
+0
*
i965: Export format comparison for blitting between miptrees
Chris Wilson
2015-06-08
3
-5
/
+14
*
i915: Blit RGBX<->RGBA drawpixels
Chris Wilson
2015-06-08
1
-7
/
+29
*
i965: Fix HW blitter pitch limits
Chris Wilson
2015-06-08
1
-5
/
+14
*
main/version: make sure all the output variables get set in get_gl_override
Martin Peres
2015-06-08
1
-1
/
+2
*
prog_to_nir: Fix fragment depth writes.
Kenneth Graunke
2015-06-06
1
-3
/
+19
*
i965: Set max texture buffer size to hardware limit
Chris Forbes
2015-06-06
1
-0
/
+1
*
i965: Add gen8 fast clear perf debug
Ben Widawsky
2015-06-05
2
-2
/
+19
*
i965: Add buffer sizes to perf debug of fast clears
Ben Widawsky
2015-06-05
2
-4
/
+7
*
mesa: remove unused gl_config::colorIndexMode
Marek Olšák
2015-06-05
1
-1
/
+0
*
mesa: use GL_GEOMETRY_PROGRAM_NV instead of MESA_GEOMETRY_PROGRAM
Marek Olšák
2015-06-05
8
-21
/
+15
*
mesa: use _mesa_has_geometry_shader in get_programiv
Marek Olšák
2015-06-05
1
-1
/
+1
*
mesa: remove useless gl_compute_program_state::Current
Marek Olšák
2015-06-05
2
-5
/
+0
*
mesa: remove unused geometry shader variables
Marek Olšák
2015-06-05
4
-18
/
+0
*
glsl_to_tgsi: use TGSI array declarations for VS,GS arrays of outputs (v2)
Marek Olšák
2015-06-05
4
-41
/
+103
*
glsl_to_tgsi: use TGSI array declarations for GS,FS arrays of inputs (v2)
Marek Olšák
2015-06-05
3
-23
/
+201
*
glsl_to_tgsi: remove some emit functions by using C++ default values
Marek Olšák
2015-06-05
1
-61
/
+12
*
glsl_to_tgsi: rename emit -> emit_asm
Marek Olšák
2015-06-05
1
-214
/
+214
*
glsl_to_tgsi: remove memset after calloc
Marek Olšák
2015-06-05
1
-2
/
+0
*
glsl_to_tgsi: don't use a static array size for st_translate::arrays
Marek Olšák
2015-06-05
1
-8
/
+9
*
glsl_to_tgsi: don't use a static array size for "array_sizes"
Marek Olšák
2015-06-05
1
-5
/
+13
*
tgsi/ureg: don't emit in/out arrays if drivers don't support ranged declarations
Marek Olšák
2015-06-05
1
-3
/
+3
*
tgsi/ureg: add support for GS input array declarations
Marek Olšák
2015-06-05
2
-2
/
+2
*
tgsi/ureg: rename and simplify ureg_DECL_gs_input
Marek Olšák
2015-06-05
2
-8
/
+6
*
tgsi/ureg: add support for FS input array declarations
Marek Olšák
2015-06-05
1
-1
/
+1
*
mesa: fix program resource queries for builtin variables
Tapani
2015-06-05
1
-1
/
+24
*
i965/fs: Print mlen in dump_instructions() output.
Kenneth Graunke
2015-06-04
1
-0
/
+3
*
prog_to_nir: Make RSQ properly take the absolute value of its argument.
Kenneth Graunke
2015-06-04
1
-1
/
+2
*
main: fix a regression in uniform handling introduced by 87a4bc5
Martin Peres
2015-06-04
1
-1
/
+1
*
mesa: reference built-in uniforms into gl_uniform_storage
Martin Peres
2015-06-04
8
-12
/
+34
*
i965: Use UW-typed immediate in multiply inst.
Matt Turner
2015-06-03
2
-2
/
+2
*
program: Replace gl_inst_opcode with enum prog_opcode.
Matt Turner
2015-06-03
4
-16
/
+16
*
program: Remove dead Aux field from prog_instruction.
Matt Turner
2015-06-03
1
-3
/
+0
[next]