Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
mesa3d
/
e4340c1908a6a3b09e1a15d5195f6da7d00494d0
/
src
e4340c1
r600g: merge r600_context with r600_pipe_context
by Marek Olšák
· 13 years ago
78293b9
r600g: remove u8,u16,u32,u64 types
by Marek Olšák
· 13 years ago
f53e7e9
Make sure libGL.so links with libglsl
by Matt Turner
· 13 years ago
d36f89c
vl: fix some missing prototypes error
by Christian König
· 13 years ago
3fc6e4e
osmesa: set RefCount = 1 in new_osmesa_renderbuffer()
by Brian Paul
· 13 years ago
136791e
osmesa: Fix osmesa_context.DataType type.
by Vinson Lee
· 13 years ago
6386f80
vega: memset data array to zero to silence uninitialized var warnings
by Brian Paul
· 13 years ago
97329ef
Initialize only native LLVM Disassembler.
by ojab
· 13 years ago
2bb9f9e
src/glsl/glcpp: wire up glcpp-test to make check
by Matt Turner
· 13 years ago
82060ad
glcpp-test: don't return failure if valgrind tests aren't run
by Matt Turner
· 13 years ago
9947656
automake: src/glsl and src/glsl/glcpp
by Matt Turner
· 13 years ago
4ff8fd9
glsl: rename Makefile.sources' _SOURCES variables
by Matt Turner
· 13 years ago
275ac7e
automake: src/mesa/drivers/osmesa
by Matt Turner
· 13 years ago
e3b5200
glsl: Rename class variable_entry to ir_variable_refcount_entry.
by Kenneth Graunke
· 13 years ago
bed20f0
r600g: get rid of r600_context_reg
by Marek Olšák
· 13 years ago
85db520
r600g: don't use r600_context_reg on r6xx-r7xx
by Marek Olšák
· 13 years ago
b1b969f
r600g: don't use r600_context_reg on evergreen
by Marek Olšák
· 13 years ago
9344ab3
r600g: get rid of the mask in r600_pipe_reg
by Marek Olšák
· 13 years ago
4a058ae
r600g: get rid of the mask parameter in pipe_state_add_reg
by Marek Olšák
· 13 years ago
0569f13
r600g: don't use register mask for TA_CNTL_AUX
by Marek Olšák
· 13 years ago
a494301
r600g: don't use register mask for PA_CL_CLIP_CNTL
by Marek Olšák
· 13 years ago
97acf2c
r600g: don't use register mask for PA_CL_VS_OUT_CNTL
by Marek Olšák
· 13 years ago
121940e
r600g: set full register mask for PA_CL_CLIP_CNTL
by Marek Olšák
· 13 years ago
a652cc4
r600g: don't use register mask for PA_SU_SC_MODE_CNTL
by Marek Olšák
· 13 years ago
2000086
r600g: don't add PA_SC_LINE_STIPPLE to rasterizer_state
by Marek Olšák
· 13 years ago
84b4b2a
r600g: don't use register mask for CB_COLOR_CONTROL on r6xx-r7xx
by Marek Olšák
· 13 years ago
9c0b50c
r600g: don't set CB_TARGET_MASK in set_framebuffer_state
by Marek Olšák
· 13 years ago
2ffa8af
r600g: set full register mask for CB_COLOR_CONTROL on evergreen
by Marek Olšák
· 13 years ago
e3032a0
r600g: use a more clever way to disable per-vertex point size
by Marek Olšák
· 13 years ago
b6233f4
r600g: don't use register mask for DB_RENDER_CONTROL
by Marek Olšák
· 13 years ago
3d061ca
r600g: cleanup setting DB_SHADER_CONTROL
by Marek Olšák
· 13 years ago
a236194
r600g: rework and consolidate stencilref state setting
by Marek Olšák
· 13 years ago
5345e3e
r600g: don't use register mask for SQ_GPR_RESOURCE_MGMT_1
by Marek Olšák
· 13 years ago
177845d
st/mesa: kill off point size clamping in vertex shaders
by Marek Olšák
· 13 years ago
f183cc9
r600g: set minimum point size to 1.0 for non-sprite non-aa points
by Marek Olšák
· 13 years ago
ac3a765
r300g: set minimum point size to 1.0 for non-sprite non-aa points
by Marek Olšák
· 13 years ago
cb43954
svga: set POINTSIZEMIN to 1.0 for non-sprite non-aa points
by Marek Olšák
· 13 years ago
b478fcb
st/mesa: simplify initialization of light_twoside
by Marek Olšák
· 13 years ago
6e9a165
mesa: consolidate general ubyte texstore code
by Brian Paul
· 13 years ago
4c7e44e
mesa: use _mesa_pack_ubyte_rgba_rect() in texstore code
by Brian Paul
· 13 years ago
66940ad
mesa: added _mesa_pack_ubyte_rgba_rect()
by Brian Paul
· 13 years ago
ff2497d
dri: Add a default drirc to be installed to provide application workarounds.
by Eric Anholt
· 13 years ago
6422478
i965: Add a driconf option to force GLSL extension behavior to "warn".
by Eric Anholt
· 13 years ago
b9e27cc
mesa: Add a flag for forcing all GLSL extensions to "warn".
by Eric Anholt
· 13 years ago
61b9ccd
intel: Use libdrm's decode functionality instead of the gpu-tools copy.
by Eric Anholt
· 13 years ago
493faa0
i965: Fix segfault with INTEL_DEBUG=batch on gen7 with samplers present.
by Eric Anholt
· 13 years ago
9195191
i965/vs: Avoid allocating registers in to the gen7 MRF hack region.
by Eric Anholt
· 13 years ago
e910241
i965/fs: Fix rendering corruption in unigine tropics.
by Eric Anholt
· 13 years ago
ef3cec5
Rename R300_NO_TCL envvar to RADEON_NO_TCL
by Matt Turner
· 13 years ago
647ca47
gallivm: Don't use C99 member initializers.
by José Fonseca
· 13 years ago
dde807b
gallivm: Move declaration before code.
by José Fonseca
· 13 years ago
bc2875a
gallivm: Add a new interface for doing TGSI->LLVM conversions
by Tom Stellard
· 13 years ago
82b71db
gallium: Move duplicated helper macros to tgsi_exec.h
by Tom Stellard
· 13 years ago
6b63e25
gallium: Prefix #defines in tgsi_exec.h with TGSI_
by Tom Stellard
· 13 years ago
9ee1bcf
gallium: Unify defines of CHAN_[XYZW] in tgsi_exec.h
by Tom Stellard
· 13 years ago
5204974
gallivm: Add function lp_bld_gather_values()
by Tom Stellard
· 13 years ago
df16945
tgsi: Add output_mode to struct tgsi_opcode_info v2
by Tom Stellard
· 13 years ago
c72d7df
st/dri: Support 24bit formats in dri2_allocate_buffer
by Benjamin Franzke
· 13 years ago
fef395c
mesa/format_unpack: add LUMINANCE 8/16 UINT/INT
by Dave Airlie
· 13 years ago
29cf90b
r600g: fix udiv/idiv/umod/imod on cayman
by Dave Airlie
· 13 years ago
a33937d
r600g: enable blend_bypass for uint/sint
by Dave Airlie
· 13 years ago
cb40165
r600g: fix fragcoord.w test on cayman
by Dave Airlie
· 13 years ago
f9f8ce3
r600g: remove unused streamout code
by Marek Olšák
· 13 years ago
ce816dd
r600g: disable printing debug info for streamout
by Marek Olšák
· 13 years ago
c946fc0
gallium: remove trailing comma to silence warning
by Brian Paul
· 13 years ago
03dae29
add wayland cflags when building wayland-egl
by Juan Zhao
· 13 years ago
672ad90
nvfx,nv50,nvc0: handle PIPE_CAP_GLSL_FEATURE_LEVEL
by Christoph Bumiller
· 13 years ago
10c8552
dri: don't link with DRICORE_LIB_DEPS
by Matt Turner
· 13 years ago
41a4e27
st/mesa: use table-driven approach to exposing extensions for formats (v3)
by Marek Olšák
· 13 years ago
c21d7b1
st/mesa: use table-driven approach to exposing extensions based on CAPs
by Marek Olšák
· 13 years ago
171be75
st/mesa: add PIPE_CAP_GLSL_FEATURE_LEVEL, cleanup st_extensions.c
by Marek Olšák
· 13 years ago
1d01429
state_stracker: Fix access to uninitialized memory.
by Mathias Fröhlich
· 13 years ago
7434320
draw: Remove unused variables.
by Vinson Lee
· 13 years ago
1a9d2b7
r600g: fix linear and flat interpolation
by Vadim Girlin
· 13 years ago
eaf360e
i965: fix inverted point sprite origin when rendering to FBO
by Yuanhan Liu
· 13 years ago
d250287
mesa: remove byteswap check in fast_read_rgba_pixels_memcpy()
by Brian Paul
· 13 years ago
07ff5ad
mesa: more use of _mesa_format_matches_format_and_type() in texstore code
by Brian Paul
· 13 years ago
6f55ef3
mesa: more use of _mesa_format_matches_format_and_type() in texstore code
by Brian Paul
· 13 years ago
453d4b4
mesa: more use of _mesa_format_matches_format_and_type() in texstore code
by Brian Paul
· 13 years ago
f6af4c5
mesa: more use of _mesa_format_matches_format_and_type() in texstore code
by Brian Paul
· 13 years ago
b277923
mesa: use _mesa_format_matches_format_and_type() in texstore code
by Brian Paul
· 13 years ago
94a0d38
mesa: implement more cases in _mesa_format_matches_format_and_type()
by Brian Paul
· 13 years ago
51aab79
mesa: use swapBytes parameter in _mesa_format_matches_format_and_type()
by Brian Paul
· 13 years ago
06aa607
mesa: added swapBytes parameter to _mesa_format_matches_format_and_type()
by Brian Paul
· 13 years ago
952ca07
mesa: rewrite, simplify some of the logic in _mesa_format_matches_format_and_type()
by Brian Paul
· 13 years ago
966720f
mesa: add BGR888 code in _mesa_format_matches_format_and_type()
by Brian Paul
· 13 years ago
b019228
mesa: fix error in _mesa_format_matches_format_and_type() for RGB888
by Brian Paul
· 13 years ago
370e5d2
mesa: remove redundant byte swap check
by Brian Paul
· 13 years ago
343100d
mesa: remove LSB-first pixel packing check in glReadPixels
by Brian Paul
· 13 years ago
ab1195c
swrast: Fix implicit declaration warnings
by Chad Versace
· 13 years ago
b8f7550
r600g: remove unsupported evergreen CB formats
by Alex Deucher
· 13 years ago
3409118
mesa: Avoid void * arithmetic.
by José Fonseca
· 13 years ago
1c0f1dd
swrast: Fix fixed-function fragment processing
by Chad Versace
· 13 years ago
5665b5c
mesa: set clamp bit in glGetTexImage for GL_UNSIGNED_NORMALIZED
by Anuj Phogat
· 13 years ago
5f65598
mesa: Don't round-trip integer texture data through a floating point temp.
by Eric Anholt
· 13 years ago
dadbec1
mesa: When unpacking signed integer pixel data, don't clamp to 0.
by Eric Anholt
· 13 years ago
8b97bb0
mesa: Add clamping for packing of integer data.
by Eric Anholt
· 13 years ago
de24cca
mesa: Add missing format unpack for some integer texture formats.
by Eric Anholt
· 13 years ago
3a8cf33
i965: Don't allow rendering to non-GL_RED/RG/RGBA integer textures.
by Eric Anholt
· 13 years ago
796f44d
intel: Pass the gl_renderbuffer to render_target_supported() vtable method.
by Eric Anholt
· 13 years ago
Next »