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
2012-01-31
r600g: cleanup setting DB_SHADER_CONTROL
Marek Olšák
2
-32
/
+7
2012-01-31
r600g: rework and consolidate stencilref state setting
Marek Olšák
4
-84
/
+85
2012-01-31
r600g: don't use register mask for SQ_GPR_RESOURCE_MGMT_1
Marek Olšák
2
-1
/
+4
2012-01-31
st/mesa: kill off point size clamping in vertex shaders
Marek Olšák
4
-126
/
+0
2012-01-31
r600g: set minimum point size to 1.0 for non-sprite non-aa points
Marek Olšák
4
-2
/
+31
2012-01-31
r300g: set minimum point size to 1.0 for non-sprite non-aa points
Marek Olšák
1
-4
/
+5
2012-01-31
svga: set POINTSIZEMIN to 1.0 for non-sprite non-aa points
Marek Olšák
2
-2
/
+15
2012-01-31
st/mesa: simplify initialization of light_twoside
Marek Olšák
1
-21
/
+3
2012-01-30
mesa: consolidate general ubyte texstore code
Brian Paul
1
-171
/
+71
2012-01-30
mesa: use _mesa_pack_ubyte_rgba_rect() in texstore code
Brian Paul
1
-219
/
+64
2012-01-30
mesa: added _mesa_pack_ubyte_rgba_rect()
Brian Paul
2
-0
/
+46
2012-01-30
dri: Add a default drirc to be installed to provide application workarounds.
Eric Anholt
2
-0
/
+9
2012-01-30
i965: Add a driconf option to force GLSL extension behavior to "warn".
Eric Anholt
3
-1
/
+14
2012-01-30
mesa: Add a flag for forcing all GLSL extensions to "warn".
Eric Anholt
2
-0
/
+9
2012-01-30
intel: Use libdrm's decode functionality instead of the gpu-tools copy.
Eric Anholt
5
-2795
/
+41
2012-01-30
i965: Fix segfault with INTEL_DEBUG=batch on gen7 with samplers present.
Eric Anholt
1
-1
/
+0
2012-01-30
i965/vs: Avoid allocating registers in to the gen7 MRF hack region.
Eric Anholt
3
-3
/
+6
2012-01-30
i965/fs: Fix rendering corruption in unigine tropics.
Eric Anholt
4
-4
/
+17
2012-01-30
Rename R300_NO_TCL envvar to RADEON_NO_TCL
Matt Turner
1
-1
/
+1
2012-01-30
gallivm: Don't use C99 member initializers.
José Fonseca
1
-26
/
+26
2012-01-30
gallivm: Move declaration before code.
José Fonseca
1
-2
/
+2
2012-01-30
gallivm: Add a new interface for doing TGSI->LLVM conversions
Tom Stellard
7
-1652
/
+2954
2012-01-30
gallium: Move duplicated helper macros to tgsi_exec.h
Tom Stellard
3
-162
/
+148
2012-01-30
gallium: Prefix #defines in tgsi_exec.h with TGSI_
Tom Stellard
16
-393
/
+393
2012-01-30
gallium: Unify defines of CHAN_[XYZW] in tgsi_exec.h
Tom Stellard
4
-395
/
+385
2012-01-30
gallivm: Add function lp_bld_gather_values()
Tom Stellard
2
-0
/
+21
2012-01-30
tgsi: Add output_mode to struct tgsi_opcode_info v2
Tom Stellard
2
-162
/
+201
2012-01-30
st/dri: Support 24bit formats in dri2_allocate_buffer
Benjamin Franzke
1
-0
/
+3
2012-01-30
mesa/format_unpack: add LUMINANCE 8/16 UINT/INT
Dave Airlie
1
-0
/
+58
2012-01-30
r600g: fix udiv/idiv/umod/imod on cayman
Dave Airlie
1
-91
/
+280
2012-01-30
r600g: enable blend_bypass for uint/sint
Dave Airlie
1
-1
/
+12
2012-01-30
r600g: fix fragcoord.w test on cayman
Dave Airlie
1
-11
/
+28
2012-01-30
r600g: remove unused streamout code
Marek Olšák
1
-29
/
+0
2012-01-30
r600g: disable printing debug info for streamout
Marek Olšák
1
-1
/
+2
2012-01-29
gallium: remove trailing comma to silence warning
Brian Paul
1
-1
/
+1
2012-01-29
add wayland cflags when building wayland-egl
Juan Zhao
1
-1
/
+2
2012-01-29
nvfx,nv50,nvc0: handle PIPE_CAP_GLSL_FEATURE_LEVEL
Christoph Bumiller
3
-0
/
+6
2012-01-28
dri: don't link with DRICORE_LIB_DEPS
Matt Turner
6
-7
/
+1
2012-01-29
st/mesa: use table-driven approach to exposing extensions for formats (v3)
Marek Olšák
1
-207
/
+167
2012-01-29
st/mesa: use table-driven approach to exposing extensions based on CAPs
Marek Olšák
1
-108
/
+58
2012-01-29
st/mesa: add PIPE_CAP_GLSL_FEATURE_LEVEL, cleanup st_extensions.c
Marek Olšák
6
-22
/
+41
2012-01-29
state_stracker: Fix access to uninitialized memory.
Mathias Fröhlich
1
-1
/
+1
2012-01-28
draw: Remove unused variables.
Vinson Lee
1
-4
/
+0
2012-01-28
r600g: fix linear and flat interpolation
Vadim Girlin
4
-17
/
+27
2012-01-28
i965: fix inverted point sprite origin when rendering to FBO
Yuanhan Liu
3
-5
/
+27
2012-01-27
mesa: remove byteswap check in fast_read_rgba_pixels_memcpy()
Brian Paul
1
-5
/
+0
2012-01-27
mesa: more use of _mesa_format_matches_format_and_type() in texstore code
Brian Paul
1
-12
/
+7
2012-01-27
mesa: more use of _mesa_format_matches_format_and_type() in texstore code
Brian Paul
1
-19
/
+4
2012-01-27
mesa: more use of _mesa_format_matches_format_and_type() in texstore code
Brian Paul
1
-13
/
+7
2012-01-27
mesa: more use of _mesa_format_matches_format_and_type() in texstore code
Brian Paul
1
-18
/
+8
[next]