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
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Move brw_fs_cfg.* to brw_cfg.*.
Eric Anholt
2012-10-17
7
-6
/
+6
*
i965: Make the FS and VS share a few visitor/instruction fields.
Eric Anholt
2012-10-17
5
-24
/
+30
*
i965/vs: Trim the swizzle of the scratch write temporary.
Eric Anholt
2012-10-17
1
-1
/
+16
*
i965/vs: Do the temporary allocation in emit_scratch_write().
Eric Anholt
2012-10-17
3
-21
/
+12
*
i965/vs: Simplify emit_scratch_write() prototype.
Eric Anholt
2012-10-17
3
-8
/
+6
*
i965/vs: Add a little bit of IR-level debug ability.
Eric Anholt
2012-10-17
4
-5
/
+96
*
st/mesa: silence MSVC signed/unsigned comparison warning
Brian Paul
2012-10-17
1
-1
/
+2
*
st/mesa: silence MSVC double/unsigned assignment warning
Brian Paul
2012-10-17
1
-1
/
+2
*
wmesa: remove old, unused span code
Brian Paul
2012-10-17
1
-474
/
+0
*
mesa/tests: Add ES1.1 dispatch table sanity test
Ian Romanick
2012-10-16
1
-0
/
+207
*
mesa/tests: Compile ES2 test regardless of FEATURE_ES2 setting
Ian Romanick
2012-10-16
1
-4
/
+0
*
mesa: remove FEATURE_ES1 tests in enable.c code
Brian Paul
2012-10-16
1
-6
/
+0
*
mesa: remove FEATURE_ES test in _mesa_get_compressed_formats()
Brian Paul
2012-10-16
1
-2
/
+0
*
mesa: remove FEATURE_ES test in _mesa_is_compressed_format()
Brian Paul
2012-10-16
1
-2
/
+0
*
mesa: remove FEATURE_GL test from updated_drawbuffers()
Brian Paul
2012-10-16
1
-2
/
+0
*
mesa: remove #if _HAVE_FULL_GL checks
Brian Paul
2012-10-16
18
-133
/
+1
*
mesa: remove ASSERT_NO_FEATURE macro
Brian Paul
2012-10-16
2
-4
/
+1
*
i965: Fix rendering to small mipmaps of depth/stencil buffers using a temp mt.
Eric Anholt
2012-10-16
4
-121
/
+172
*
i965: Share the draw x/y offset masking code between main/blorp and all gens.
Eric Anholt
2012-10-16
6
-108
/
+89
*
i965: Make a helper function for the renderbuffer temporary mt workaround.
Eric Anholt
2012-10-16
3
-22
/
+30
*
i965: Warn on a couple of workarounds in blending.
Eric Anholt
2012-10-16
1
-2
/
+15
*
intel: Add a macro for printing a debug warning once.
Eric Anholt
2012-10-16
1
-0
/
+11
*
i965/fs: Fix segfault when using INTEL_DEBUG=perf with non-GLSL.
Kenneth Graunke
2012-10-16
1
-1
/
+1
*
mesa: Don't flatten IF statements by default.
Kenneth Graunke
2012-10-16
1
-0
/
+1
*
mesa: Remove PROGRAM_WRITE_ONLY register type.
Kenneth Graunke
2012-10-16
4
-7
/
+0
*
mesa: Remove dead _mesa_num_parameters_of_type() function.
Kenneth Graunke
2012-10-16
2
-23
/
+0
*
mesa: Remove dead _mesa_add_attribute() function.
Kenneth Graunke
2012-10-16
2
-34
/
+0
*
mesa: Remove remnants of PROGRAM_VARYING.
Kenneth Graunke
2012-10-16
5
-14
/
+3
*
mesa: Remove dead _mesa_add_varying() function.
Kenneth Graunke
2012-10-16
2
-26
/
+0
*
mesa: Remove dead program_parameter::Flags field.
Kenneth Graunke
2012-10-16
4
-19
/
+12
*
st/mesa: Remove the PROG_PARAM_BIT_CYL_WRAP flag. [v2]
Kenneth Graunke
2012-10-16
2
-21
/
+4
*
mesa: Remove GLSL-related PROG_PARAM_BIT flags.
Kenneth Graunke
2012-10-16
2
-12
/
+0
*
mesa: Remove support for named parameters.
Kenneth Graunke
2012-10-16
11
-42
/
+3
*
driconf: Remove force enable for NV_vertex_program.
Kenneth Graunke
2012-10-16
6
-32
/
+0
*
mesa: Remove yet more remnants of NV_fragment_program.
Kenneth Graunke
2012-10-16
6
-16
/
+8
*
mesa: Remove some miscellaneous NV program stuff from arbprogram.c.
Kenneth Graunke
2012-10-16
1
-25
/
+1
*
mesa: Simplify _mesa_BindProgram() by removing NV program remnants.
Kenneth Graunke
2012-10-16
1
-34
/
+9
*
mesa: Remove get and enable bits for NV_fragment_program.
Kenneth Graunke
2012-10-16
3
-33
/
+2
*
mesa: Remove prog_print support for NV programs.
Kenneth Graunke
2012-10-16
2
-56
/
+5
*
mesa: Remove support for parsing NV fragment programs.
Kenneth Graunke
2012-10-16
5
-1648
/
+0
*
mesa: Remove the gl_program::Resident flag.
Kenneth Graunke
2012-10-16
2
-2
/
+0
*
mesa: Remove the EmitNVTempInitialization shader compiler option.
Kenneth Graunke
2012-10-16
2
-2
/
+0
*
mesa: Remove the NV program API functions.
Kenneth Graunke
2012-10-16
6
-579
/
+0
*
mesa: Switch to the other glGetVertexAttribPointervARB implementation.
Kenneth Graunke
2012-10-16
2
-3
/
+2
*
mesa: Remove some shared NV_vp/fp functions from the dispatch table.
Kenneth Graunke
2012-10-16
2
-89
/
+0
*
mesa: Unhook NV_fragment_program API from the dispatch table.
Kenneth Graunke
2012-10-16
2
-102
/
+0
*
swrast: Remove support for the NV_fragment_program extension.
Kenneth Graunke
2012-10-16
3
-9
/
+1
*
mesa/es: Enable GL_EXT_map_buffer_range
Fredrik Höglund
2012-10-16
4
-10
/
+22
*
st/mesa: remove OPCODE_BRA switch case
Brian Paul
2012-10-15
1
-2
/
+0
*
mesa: Remove defines for NV_vertex_program limits.
Eric Anholt
2012-10-15
3
-18
/
+4
[next]