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
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
mesa: Pause transform feedback during meta ops.
Paul Berry
2011-12-23
1
-0
/
+13
*
i965 gen6: Implement transform feedback pause/resume functionality.
Paul Berry
2011-12-23
3
-3
/
+6
*
mesa: Save and restore GL_RASTERIZER_DISCARD state during meta ops.
Paul Berry
2011-12-23
1
-0
/
+7
*
dri2: Add createContextAttribs entry point for DRISW version 3
Ian Romanick
2011-12-23
1
-2
/
+6
*
dri2: Add createContextAttribs entry point for DRI2 version 3
Ian Romanick
2011-12-23
1
-2
/
+6
*
i965: Don't make consumers of brw_CONT/brw_WHILE track if depth in loop.
Eric Anholt
2011-12-21
6
-58
/
+25
*
i965: Don't make consumers of brw_WHILE do pre-gen6 BREAK/CONT patching.
Eric Anholt
2011-12-21
4
-86
/
+45
*
i965: Don't make consumers of brw_DO()/brw_WHILE() track loop start.
Eric Anholt
2011-12-21
9
-28
/
+58
*
i965: Drop unused do_insn argument from gen6_CONT().
Eric Anholt
2011-12-21
5
-7
/
+5
*
mesa: Add _NEW_RASTERIZER_DISCARD as synonym for _NEW_TRANSFORM.
Paul Berry
2011-12-21
1
-2
/
+3
*
mesa: Move RasterDiscard to toplevel of gl_context.
Paul Berry
2011-12-21
1
-1
/
+1
*
i965 gen6: Turn on transform feedback extension unconditionally.
Paul Berry
2011-12-20
1
-1
/
+1
*
i965 gen6: Implement transform feedback queries.
Paul Berry
2011-12-20
3
-0
/
+54
*
i965: Convert if/else to switch statements in brw_queryobj.c
Paul Berry
2011-12-20
1
-6
/
+30
*
i965 gen6: Ensure correct transform feedback indices on new batch.
Paul Berry
2011-12-20
5
-8
/
+72
*
mesa: Add a function to query whether a meta-op is in progress.
Paul Berry
2011-12-20
2
-0
/
+13
*
i965 gen6: Implement rasterizer discard.
Paul Berry
2011-12-20
3
-0
/
+37
*
i965: Implement bounds checking for transform feedback output.
Kenneth Graunke
2011-12-20
4
-0
/
+52
*
i965: Flush pipeline on EndTransformFeedback.
Paul Berry
2011-12-20
3
-0
/
+22
*
i965 gen6+: Make intel_batchbuffer_emit_mi_flush() actually flush.
Paul Berry
2011-12-20
1
-1
/
+2
*
i965 gen6: Turn on transform feedback extension.
Paul Berry
2011-12-20
1
-0
/
+3
*
i965 gen6: Initial implementation of transform feedback.
Paul Berry
2011-12-20
15
-10
/
+417
*
i965 gs: Move vue_map to brw_gs_compile.
Paul Berry
2011-12-20
2
-3
/
+4
*
i965 gen6+: Use 1-wide null operands for IF instructions
Paul Berry
2011-12-20
1
-4
/
+4
*
i965: Advertise our vertex shader texture units.
Kenneth Graunke
2011-12-19
1
-1
/
+1
*
i965/vs: Implement EXT_texture_swizzle support for VS texturing.
Kenneth Graunke
2011-12-19
2
-1
/
+52
*
i965/vs: Add texture related data to brw_vs_prog_key.
Kenneth Graunke
2011-12-19
2
-0
/
+11
*
i965/fs: Only set brw_wm_prog_key data for samplers used by the WM.
Kenneth Graunke
2011-12-19
1
-1
/
+3
*
i965/fs: Factor out texturing related data from brw_wm_prog_key.
Kenneth Graunke
2011-12-19
7
-115
/
+168
*
i965/vs: Add support for texel offsets.
Kenneth Graunke
2011-12-19
3
-2
/
+23
*
i965/fs: Factor out texture offset bitfield computation.
Kenneth Graunke
2011-12-19
3
-18
/
+26
*
i965/vs: Implement vec4_visitor::visit(ir_texture *).
Kenneth Graunke
2011-12-19
1
-7
/
+120
*
i965/vs: Implement vec4_visitor::generate_tex().
Kenneth Graunke
2011-12-19
2
-0
/
+110
*
i965: Add missing SIMD4x2 sample_l_c message #defines.
Kenneth Graunke
2011-12-19
1
-0
/
+1
*
i965: Don't minify depth when setting up cube map miptrees on Gen4.
Kenneth Graunke
2011-12-19
1
-1
/
+2
*
i965: Add support for GL_ARB_depth_buffer_float under 3.0 override.
Eric Anholt
2011-12-19
4
-1
/
+20
*
i965: Add separate stencil/HiZ setup for MESA_FORMAT_Z32_FLOAT_X24S8.
Eric Anholt
2011-12-19
3
-15
/
+20
*
i965: Use the miptree format for texture surface format choice.
Eric Anholt
2011-12-19
2
-2
/
+2
*
i965: Add support for mapping Z32_FLOAT_X24S8 fake packed depth/stencil.
Eric Anholt
2011-12-19
1
-5
/
+17
*
intel: Stop creating the wrapped depth irb.
Eric Anholt
2011-12-19
2
-111
/
+8
*
i965: Properly demote the depth mt format for fake packed depth/stencil.
Eric Anholt
2011-12-19
4
-3
/
+19
*
intel: Reuse intel_miptree_match_image().
Eric Anholt
2011-12-19
1
-9
/
+6
*
intel: Stop creating the wrapped stencil irb.
Eric Anholt
2011-12-19
5
-78
/
+67
*
osmesa: fix RGB565 rendering
Alex Galakhov
2011-12-19
1
-0
/
+4
*
i965/vs: Add a new dst_reg constructor for file, number, type, and mask.
Kenneth Graunke
2011-12-18
1
-0
/
+10
*
i965/vs: Add vec4_instruction::is_tex() query.
Kenneth Graunke
2011-12-18
2
-0
/
+11
*
i965: Rename texturing ops from FS_OPCODE to SHADER_OPCODE, except TXB.
Kenneth Graunke
2011-12-18
5
-46
/
+48
*
i965/fs: Don't swizzle the results of textureSize().
Kenneth Graunke
2011-12-18
1
-0
/
+3
*
meta: use _mesa_prepare_mipmap_level() in the mipmap generation code
Brian Paul
2011-12-16
1
-35
/
+12
*
mesa: implement DrawTransformFeedback from ARB_transform_feedback2
Marek Olšák
2011-12-15
3
-7
/
+14
[prev]
[next]