index
:
mesa/mesa
10.0
10.1
10.2
10.3
10.4
10.5
10.6
11.0
11.1
11.2
12.0
13.0
17.0
17.1
17.2
17.3
18.0
18.1
18.2
18.3
19.0
19.1
19.2
19.3
20.0
20.1
20.2
20.3
21.0
7.10
7.11
7.8
7.8-gles
7.9
8.0
9.0
9.1
9.2
gallium-no-rhw-position
master
opengl-es-v2
staging/20.0
staging/20.1
staging/20.2
staging/20.3
staging/21.0
tess-use-io-semantics
virgl_fix_type_v1
The Mesa 3D Graphics Library (mirrored from https://gitlab.freedesktop.org/mesa/mesa)
brianp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2014-05-29
nv50/ir/tgsi: TGSI_OPCODE_POW replicates its result
Christoph Bumiller
1
-1
/
+5
2014-05-29
nv50,nvc0: set constbufs dirty on pipe context switch
Christoph Bumiller
2
-0
/
+5
2014-05-29
nv50: setup scissors on clear_render_target/depth_stencil
Christoph Bumiller
1
-2
/
+18
2014-05-29
nv50,nvc0: always pull out bufctx on context destruction
Christoph Bumiller
2
-9
/
+7
2014-05-23
Merge remote-tracking branch 'robclark/freedreno-10.2' into 10.2
Ian Romanick
29
-229
/
+1847
2014-05-23
i965: Properly return *RESET* status in glGetGraphicsResetStatusARB
Pavel Popov
1
-5
/
+13
2014-05-23
targets/egl-static: add missing line break in ldflags
Emil Velikov
1
-1
/
+1
2014-05-23
mesa: Fix unbinding GL_DEPTH_STENCIL_ATTACHMENT
James Legg
1
-0
/
+6
2014-05-23
meta blit: Set Z texcoord during meta blit to sample the correct layer
Jordan Justen
1
-1
/
+8
2014-05-23
i965: Listen to BRW_NEW_FRAGMENT_PROGRAM for 3DSTATE_PS_BLEND.
Kenneth Graunke
2
-2
/
+3
2014-05-23
i965: Use WE_all for FB write header setup on Broadwell.
Kenneth Graunke
1
-6
/
+7
2014-05-23
meta: Use gl_FragColor to output color values to all the draw buffers
Anuj Phogat
1
-11
/
+4
2014-05-23
meta: Refactor _mesa_meta_setup_blit_shader() to avoid duplicate shader code
Anuj Phogat
1
-53
/
+48
2014-05-23
tgsi: add GS_INVOCATIONS to property names array
Ilia Mirkin
1
-1
/
+2
2014-05-23
nv50,nvc0: fix 3d blits with mipmap levels
Ilia Mirkin
2
-11
/
+19
2014-05-23
nv50/ir: fix constant folding for OP_MUL subop HIGH
Ilia Mirkin
1
-4
/
+43
2014-05-23
nv50/ir: fix s32 x s32 -> high s32 multiply logic
Ilia Mirkin
2
-11
/
+82
2014-05-23
meta: Avoid _swrast_BlitFramebuffer in the meta CopyTexSubImage code.
Kenneth Graunke
1
-6
/
+6
2014-05-23
meta: Split _swrast_BlitFramebuffer out of the meta blit path.
Kenneth Graunke
8
-25
/
+56
2014-05-23
meta: Drop unnecessary early returns in _mesa_meta_BlitFramebuffer.
Kenneth Graunke
1
-8
/
+0
2014-05-23
Revert "i965: Don't _swrast_BlitFramebuffer when doing CopyTexSubImage."
Kenneth Graunke
1
-1
/
+1
2014-05-23
i965/fbo: Only try stencil meta blits on gen >= 8
Topi Pohjolainen
1
-2
/
+4
2014-05-23
mesa: Disable GL_EXT_framebuffer_multisample_blit_scaled on Broadwell.
Kenneth Graunke
1
-1
/
+2
2014-05-23
nv50/ir: fix integer mul lowering for u32 x u32 -> high u32
Ilia Mirkin
1
-3
/
+4
2014-05-23
nv50/ir: make sure that texprep/texquerylod's args get coalesced
Ilia Mirkin
1
-0
/
+2
2014-05-20
darwin: Fix test for kCGLPFAOpenGLProfile support at runtime
Jeremy Huddleston Sequoia
1
-5
/
+9
2014-05-20
freedreno: don't advertise texture arrays for now
Rob Clark
1
-1
/
+1
2014-05-20
freedreno/a3xx: shadow sampler support
Rob Clark
2
-3
/
+46
2014-05-20
freedreno/a3xx/compiler: refactor trans_samp()
Rob Clark
1
-47
/
+90
2014-05-20
freedreno: update generated headers
Rob Clark
4
-4
/
+10
2014-05-20
freedreno/a3xx: use util_format_compose_swizzles()
Rob Clark
1
-9
/
+9
2014-05-20
freedreno/a3xx/compiler: 1D textures
Rob Clark
1
-4
/
+25
2014-05-20
freedreno: fix caps
Rob Clark
1
-2
/
+2
2014-05-20
freedreno: fix index buffer offset
Rob Clark
1
-1
/
+1
2014-05-20
freedreno/a3xx: add sRBG texture support
Rob Clark
2
-0
/
+15
2014-05-20
freedreno: update generated headers
Rob Clark
4
-20
/
+21
2014-05-20
freedreno/a3xx: fix write to bogus register
Rob Clark
1
-2
/
+2
2014-05-20
freedreno/a3xx: account for special inputs/outputs
Rob Clark
1
-2
/
+2
2014-05-20
freedreno/a3xx: fix MAX_INPUTS shader cap
Rob Clark
3
-1
/
+9
2014-05-20
freedreno/a3xx/compiler: add KILL_IF
Ryan Houdek
1
-1
/
+35
2014-05-20
freedreno/a3xx/compiler: start adding integer support
Ryan Houdek
1
-0
/
+169
2014-05-20
freedreno/a3xx: occlusion query support
Rob Clark
5
-3
/
+185
2014-05-20
freedreno: add support for hw queries
Rob Clark
10
-8
/
+734
2014-05-20
freedreno/query: allow multiple query implementations
Rob Clark
6
-107
/
+269
2014-05-20
freedreno/a3xx: add point-size
Rob Clark
1
-4
/
+14
2014-05-20
freedreno: update generated headers
Rob Clark
4
-54
/
+252
2014-05-20
freedreno/a2xx: fix compiler warning
Rob Clark
1
-1
/
+1
2014-05-20
glapi: Avoid heap corruption in _glapi_table
Jeremy Huddleston Sequoia
1
-1
/
+1
2014-05-16
mesa: fix double-freeing of dispatch tables inside glBegin/End.
Brian Paul
1
-2
/
+2
2014-05-16
glsl_to_tgsi: Make sure the 'shader' member is always initialized
Michel Dänzer
1
-0
/
+3
[next]