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/vec4: Allow for dispatch_grf_start_reg to vary.
Paul Berry
2013-08-23
7
-8
/
+20
*
i965/vec4: Move vec4 data structures and functions to brw_vec4.{cpp,h}.
Paul Berry
2013-08-23
4
-64
/
+72
*
i965: Make brw_{shader,vec4}.h safe to include from C.
Paul Berry
2013-08-23
2
-2
/
+15
*
i965: Stop including brw_vs.h from brw_vec4.h.
Paul Berry
2013-08-23
6
-1
/
+9
*
i965: Initialize all elements of ctx->ShaderCompilerOptions.
Paul Berry
2013-08-23
1
-1
/
+1
*
i965: Make brw_{program,vs}.h safe to include from C++.
Paul Berry
2013-08-23
3
-1
/
+17
*
mesa/program: Make prog_instruction.h and program.h safe to include from C++.
Paul Berry
2013-08-23
2
-0
/
+16
*
glsl: Refactor handling of gl_ClipDistance/gl_ClipVertex linkage rules for GS.
Paul Berry
2013-08-23
2
-0
/
+9
*
mesa: Fix assertion error with glDebugMessageControl
Timothy Arceri
2013-08-23
1
-13
/
+2
*
mesa: Specify a better GL_MAX_SERVER_WAIT_TIMEOUT limit.
Kenneth Graunke
2013-08-22
1
-1
/
+1
*
meta: Set correct viewport and projection in decompress_texture_image.
Kenneth Graunke
2013-08-22
1
-0
/
+5
*
i965: Fix misapplication of gles3 srgb workaround
Chad Versace
2013-08-22
1
-3
/
+7
*
i965/fs: Add code to print out global copy propagation sets.
Kenneth Graunke
2013-08-21
1
-0
/
+30
*
osmesa: Symlink shared library to LIB_DIR
Armin K
2013-08-21
1
-0
/
+1
*
i965/gen7: Set MOCS L3 cacheability for IVB/BYT (v2)
Ville Syrjälä
2013-08-21
8
-17
/
+12
*
i965/hsw: Populate MOCS for STATE_BASE_ADDRESS (v2)
Ville Syrjälä
2013-08-21
2
-3
/
+11
*
mesa: Never advertise _S3TC compressed formats
Ian Romanick
2013-08-21
1
-12
/
+0
*
mesa: Only advertise GL_ETC1_RGB8_OES in ES contexts
Ian Romanick
2013-08-21
1
-1
/
+9
*
mesa: use ARRAY_SIZE() macro instead of magic number
Brian Paul
2013-08-20
1
-1
/
+1
*
i965: Shorten sampler loops in precompile key setup.
Kenneth Graunke
2013-08-20
2
-2
/
+4
*
meta: Add default precision qualifier to all fragement shaders
Ian Romanick
2013-08-19
1
-0
/
+18
*
i965: Make the VS binding table as small as possible.
Kenneth Graunke
2013-08-19
1
-3
/
+4
*
i965/vs: Rework binding table size calculation.
Kenneth Graunke
2013-08-19
5
-16
/
+20
*
i965/vs: Plumb brw_vec4_prog_data into vec4_generator().
Kenneth Graunke
2013-08-19
3
-3
/
+7
*
i965/fs: Make the FS binding table as small as possible.
Kenneth Graunke
2013-08-19
1
-6
/
+5
*
i965/fs: Track the binding table size in brw_wm_prog_data.
Kenneth Graunke
2013-08-19
3
-0
/
+27
*
i965: Use SURF_INDEX_DRAW() for drawbuffer binding table indices.
Kenneth Graunke
2013-08-19
4
-17
/
+15
*
i965: Shorten sampler loops in key setup.
Kenneth Graunke
2013-08-19
3
-3
/
+7
*
i965: Make sampler counts available for the entire drawing operation.
Kenneth Graunke
2013-08-19
4
-20
/
+20
*
i965: Split the brw_samplers atom into separate FS/VS stages.
Kenneth Graunke
2013-08-19
3
-9
/
+28
*
i965: Upload separate VS and FS sampler state tables.
Kenneth Graunke
2013-08-19
3
-18
/
+15
*
i965: Make upload_sampler_state_table a virtual function.
Kenneth Graunke
2013-08-19
6
-34
/
+30
*
i965: Upload separate per-stage sampler state tables.
Kenneth Graunke
2013-08-19
8
-38
/
+72
*
i965: Un-hardcode border color table from update_sampler_state().
Kenneth Graunke
2013-08-19
2
-10
/
+14
*
i965: Un-hardcode border color table from upload_default_color.
Kenneth Graunke
2013-08-19
3
-7
/
+10
*
i965: Split sampler count variable to be per-stage.
Kenneth Graunke
2013-08-19
9
-20
/
+27
*
i965/fs: Re-enable global copy propagation.
Kenneth Graunke
2013-08-19
1
-2
/
+0
*
i965/fs: Fix computation of livein.
Kenneth Graunke
2013-08-19
1
-7
/
+6
*
i965/fs: Fully recompute liveout at each step.
Kenneth Graunke
2013-08-19
1
-1
/
+1
*
i965/fs: Skip the initial block when updating livein/liveout.
Kenneth Graunke
2013-08-19
1
-0
/
+6
*
i965/fs: Drop unnecessary and incorrect liveout initialization.
Kenneth Graunke
2013-08-19
1
-1
/
+0
*
i965/fs: Properly initialize the livein/liveout sets.
Kenneth Graunke
2013-08-19
1
-0
/
+21
*
i965/fs: Use the COPY set in the calculation for liveout.
Kenneth Graunke
2013-08-19
1
-1
/
+2
*
i965/fs: Simplify liveout calculation.
Kenneth Graunke
2013-08-19
1
-6
/
+5
*
i965/fs: Create the COPY() set for use in copy propagation dataflow.
Kenneth Graunke
2013-08-19
1
-0
/
+15
*
i965/fs: Rename setup_kills() to setup_initial_values().
Kenneth Graunke
2013-08-19
1
-5
/
+6
*
i965/fs: Separate the updating of liveout/livein.
Kenneth Graunke
2013-08-19
1
-3
/
+8
*
i965/fs: Rename "cont" to "progress" in dataflow algorithm.
Kenneth Graunke
2013-08-19
1
-5
/
+5
*
i965/fs: Switch to a do-while loop in copy propagation dataflow.
Kenneth Graunke
2013-08-19
1
-3
/
+3
*
i965/fs: Skip global copy propagation step.
Kenneth Graunke
2013-08-19
1
-0
/
+2
[prev]
[next]