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
...
*
mesa: s/uint/GLuint/ to fix MSVC error
Brian Paul
2013-12-13
1
-1
/
+1
*
mesa: Update TexStorage to support ARB_texture_view
Courtney Goeltzenleuchter
2013-12-13
2
-2
/
+9
*
mesa: add texture_view helper function for TexStorage
Courtney Goeltzenleuchter
2013-12-13
2
-0
/
+65
*
mesa: Fill out ARB_texture_view entry points
Courtney Goeltzenleuchter
2013-12-13
1
-1
/
+538
*
mesa: consolidate multiple next_mipmap_level_size
Courtney Goeltzenleuchter
2013-12-13
3
-26
/
+11
*
mesa: Add driver entry point for ARB_texture_view
Courtney Goeltzenleuchter
2013-12-13
2
-0
/
+8
*
mesa: ARB_texture_view get parameters
Courtney Goeltzenleuchter
2013-12-13
1
-4
/
+56
*
mesa: update texture object for ARB_texture_view
Courtney Goeltzenleuchter
2013-12-13
1
-0
/
+5
*
mesa: Tracking for ARB_texture_view extension
Courtney Goeltzenleuchter
2013-12-13
2
-0
/
+2
*
mesa: Add API definitions for ARB_texture_view
Courtney Goeltzenleuchter
2013-12-13
5
-1
/
+107
*
mesa: Fix error code generation in glBeginConditionalRender()
Anuj Phogat
2013-12-13
1
-1
/
+3
*
dri_util: Don't assume __DRIcontext->driverPrivate is a gl_context
Kristian Høgsberg
2013-12-13
14
-10
/
+34
*
swrast* (gallium, classic): add MESA_copy_sub_buffer support (v3)
Dave Airlie
2013-12-13
3
-1
/
+54
*
st/mesa: set correct PIPE_CLEAR_COLORn flags
Marek Olšák
2013-12-12
1
-11
/
+26
*
st/mesa: fix glClear with multiple colorbuffers and different formats
Marek Olšák
2013-12-12
1
-24
/
+9
*
mesa: fix interpretation of glClearBuffer(drawbuffer)
Marek Olšák
2013-12-12
1
-6
/
+25
*
glsl: move variables in to ir_variable::data, part II
Tapani Pälli
2013-12-12
9
-54
/
+55
*
glsl: move variables in to ir_variable::data, part I
Tapani Pälli
2013-12-12
10
-35
/
+35
*
glsl: introduce data section to ir_variable
Tapani Pälli
2013-12-12
1
-2
/
+2
*
mesa: fix a typo in glDetachShader error message
Tapani Pälli
2013-12-12
1
-1
/
+1
*
swrast: fix readback regression since inversion fix
Dave Airlie
2013-12-10
1
-1
/
+1
*
dri megadriver_stub: add compatibility for older DRI loaders
Jordan Justen
2013-12-09
1
-0
/
+126
*
i965: Replace OUT_RELOC_FENCED with OUT_RELOC.
Kenneth Graunke
2013-12-09
2
-16
/
+10
*
glsl/loops: Get rid of lower_bounded_loops and ir_loop::normative_bound.
Paul Berry
2013-12-09
5
-26
/
+0
*
glsl/loops: replace loop controls with a normative bound.
Paul Berry
2013-12-09
4
-8
/
+16
*
glsl/loops: consolidate bounded loop handling into a lowering pass.
Paul Berry
2013-12-09
5
-143
/
+14
*
i965/gen7+: Implement fast color clears for MSAA buffers.
Paul Berry
2013-12-09
1
-44
/
+87
*
i965/blorp: Refactor code for computing fast clear align/scaledown factors.
Paul Berry
2013-12-09
1
-19
/
+23
*
i965/blorp: allow multisample blorp clears
Paul Berry
2013-12-09
1
-18
/
+13
*
i965/blorp: Get rid of redundant num_samples blorp param.
Paul Berry
2013-12-09
5
-15
/
+12
*
i965/gen7+: Disentangle MSAA layout from fast clear state.
Paul Berry
2013-12-09
3
-48
/
+47
*
i965: Don't try to use HW blitter for glCopyPixels() when multisampled.
Paul Berry
2013-12-09
1
-0
/
+5
*
i965: Document conventions for counting layers in 2D multisample buffers.
Paul Berry
2013-12-09
4
-0
/
+27
*
i965/blorp: Improve fast color clear comment.
Paul Berry
2013-12-09
1
-1
/
+12
*
mesa: Require per-sample shading if the `sample` qualifier is used.
Chris Forbes
2013-12-07
1
-0
/
+8
*
mesa: add IsSample bitfield to gl_fragment_program
Chris Forbes
2013-12-07
1
-0
/
+6
*
i965: Don't flag gather quirks for Gen8+
Chris Forbes
2013-12-07
1
-1
/
+1
*
i965/Gen7: Allow CMS layout for multisample textures
Chris Forbes
2013-12-07
1
-17
/
+1
*
i965/vs: Sample from MCS surface when required
Chris Forbes
2013-12-07
2
-7
/
+40
*
i965/fs: Sample from MCS surface when required
Chris Forbes
2013-12-07
3
-10
/
+41
*
i965: Add shader opcode for sampling MCS surface
Chris Forbes
2013-12-07
6
-0
/
+16
*
i965/Gen7: Include bitfield in the sampler key for CMS layout
Chris Forbes
2013-12-07
2
-0
/
+18
*
i965/Gen7: Move decision to allocate MCS surface into intel_mipmap_create
Chris Forbes
2013-12-07
1
-6
/
+8
*
i965/Gen7: emit mcs info for multisample textures
Chris Forbes
2013-12-07
1
-0
/
+5
*
i965/wm: Set copy of sample mask in 3DSTATE_PS correctly for Haswell
Chris Forbes
2013-12-07
1
-2
/
+7
*
i965: refactor sample mask calculation
Chris Forbes
2013-12-07
4
-33
/
+41
*
i965: Replace non-standard INLINE macro with "inline".
Kenneth Graunke
2013-12-05
6
-22
/
+22
*
i965: Don't use GL types in files shared with intel-gpu-tools.
Kenneth Graunke
2013-12-05
6
-1035
/
+1035
*
i965: Drop trailing whitespace from the rest of the driver.
Kenneth Graunke
2013-12-05
72
-621
/
+621
*
i965: Drop trailing whitespace from files shared with intel-gpu-tools.
Kenneth Graunke
2013-12-05
5
-276
/
+276
[prev]
[next]