Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
mesa3d
/
69c6e21ceb6c2eb0c4b0fae0228027d665027b4e
/
src
69c6e21
vbo: fix error parameter
by Brian Paul
· 14 years ago
bbd9616
r300g: Silence 'control reaches end of non-void function' warning.
by Vinson Lee
· 14 years ago
0f29d39
gallium: Add u_format_rgtc.c to SConscript.
by Vinson Lee
· 14 years ago
f182490
i965: Maxinum the usage of urb space on SNB.
by Zou Nan hai
· 14 years ago
e8d061f
mesa/st: fix softpipe npot compressed mipmaps.
by Dave Airlie
· 14 years ago
e80bfc8
softpipe: enable RGTC now that we have u_format support.
by Dave Airlie
· 14 years ago
64f19b90
mesa/st: fix generate mipmap for signed compressed formats.
by Dave Airlie
· 14 years ago
8d62b2a
gallium: add RGTC UNORM support to u_format.
by Dave Airlie
· 14 years ago
59cae3e
rgtc: remove GL types from this file.
by Dave Airlie
· 14 years ago
531c336
rgtc: move the texel fetch into common unsigned/signed code.
by Dave Airlie
· 14 years ago
fb6ecca
rgtc: fix issues with compressor and signed types.
by Dave Airlie
· 14 years ago
521394a
rgtc: don't try to access off the end of the block.
by Dave Airlie
· 14 years ago
5f714c2
rgtc: move to using ubyte for fetch instead of chan + fix limit
by Dave Airlie
· 14 years ago
c37e283
st/mesa: use RGTC for GL_COMPRESSED_RED/RG if possible
by Marek Olšák
· 14 years ago
e118fdc
svga: reduce MAX_DMA_SIZE to 4MB
by Brian Paul
· 14 years ago
8731f03
vbo: add vbo_always_unmap_buffers()
by Brian Paul
· 14 years ago
a2924b4
vbo: generate GL_INVALID_VALUE for bad glVertexAttrib index
by Brian Paul
· 14 years ago
1c9ca21
i915g: remove extra semicolon
by Brian Paul
· 14 years ago
3ff4974
mesa: Revert most of 3158cc7d because it causes other breakage
by Ian Romanick
· 14 years ago
30600e3
r300g: accelerate resoure_copy_region for rgtc
by Marek Olšák
· 14 years ago
8be58df
scons: Use Flex and Bison to generate lexer/parser files.
by Kenneth Graunke
· 14 years ago
80ec97a
glsl: Rename .lpp to .ll and .ypp to .yy.
by Kenneth Graunke
· 14 years ago
ff0f36f
rgtc: fix fetch function limits for signed types
by Dave Airlie
· 14 years ago
8eebd21
rgtc: fixup mipmap generation
by Dave Airlie
· 14 years ago
01d5d1e
swrast/rgtc: fix rendering issues introduced when fix constants
by Dave Airlie
· 14 years ago
c7d239c
r600g: change the cross over point for 2d->1d
by Dave Airlie
· 14 years ago
3158cc7
mesa: Fix build breakage caused by c73e6ce
by Ian Romanick
· 14 years ago
6b369c4
egl: Add EGL_WL_bind_wayland_display
by Benjamin Franzke
· 14 years ago
6dd0a2e
Add generated parser / lexer files to gitignore lists
by Ian Romanick
· 14 years ago
c73e6ce
mesa: Remove files generated by flex and bison from GIT
by Ian Romanick
· 14 years ago
cb48207
glcpp: Remove files generated by flex and bison from GIT
by Ian Romanick
· 14 years ago
8864b38
glsl: Remove files generated by flex and bison from GIT
by Ian Romanick
· 14 years ago
8f9e546
i915g: kill relocs accouting
by Daniel Vetter
· 14 years ago
ee7acf6
i915g: switch to the exact batch space reservation code
by Daniel Vetter
· 14 years ago
179cb58
i915g: split up hw state emission into small atoms
by Daniel Vetter
· 14 years ago
4c4ab56
st/mesa: probably handle instanced drawing
by Christian König
· 14 years ago
583eb13
i915g: fix i915_winsys_batchbuffer_write
by Daniel Vetter
· 14 years ago
d1fc920
intel: Support glCopyTexImage() from ARGB8888 to XRGB8888.
by Kenneth Graunke
· 14 years ago
952222e
r300g: initialize some r500 PS3 regs
by Marek Olšák
· 14 years ago
a5ee80a
r300g: document some more DRM 2.8.0 features
by Marek Olšák
· 14 years ago
900a5c9
i965: Use negative relocation deltas to minimse vertex uploads
by Chris Wilson
· 14 years ago
9fa380c
i965: Undo 'continuation of vb packets'
by Chris Wilson
· 14 years ago
69b3f24
i965: Fix uploading of shortened vertex packets
by Chris Wilson
· 14 years ago
6ddfb32
i965: Upload all vertices used
by Chris Wilson
· 14 years ago
8b145e2
st/egl: Implement swapbuffer throttling
by Thomas Hellstrom
· 14 years ago
c9febff
st/egl/drm: Rework swapbuffers
by Thomas Hellstrom
· 14 years ago
2b07948
st/egl: Add a helper to perform a copy swap on a resource surface
by Thomas Hellstrom
· 14 years ago
d1e4117
st/egl: Move the copy context to the native display structure
by Thomas Hellstrom
· 14 years ago
186d3bc
Revert "i965/fs: Correctly set up gl_FragCoord.w on Sandybridge."
by Kenneth Graunke
· 14 years ago
b1ceda5
st/dri: one more missing array size
by Dave Airlie
· 14 years ago
02448f2
st/dri: fix missing array size init.
by Dave Airlie
· 14 years ago
2d62e39
egl/st: add array size initialisor
by Dave Airlie
· 14 years ago
a44b653
r600g: add NV_conditional_render support.
by Dave Airlie
· 14 years ago
929be6e
r600g: start using drm minor version to enable things.
by Dave Airlie
· 14 years ago
ea4a19c
r300g: fix RGTC2_SNORM
by Marek Olšák
· 14 years ago
66d5de7
r300g: reorder parts of translate_texformat
by Marek Olšák
· 14 years ago
1dc204d
r600g: truncate point sampled texture coordinates
by Alex Deucher
· 14 years ago
6c32477
i965: bump VS thread number to 60 on SNB
by Zou Nan hai
· 14 years ago
7a61957
r300g: fix RGTC1_UNORM and RGTC2_UNORM
by Marek Olšák
· 14 years ago
9c16fcc
rgtc: shared the compressor code between signed/unsigned
by Dave Airlie
· 14 years ago
7b3bec8
vbo: silence unused var warning
by Brian Paul
· 14 years ago
125b4ac
softpipe: remove redundant draw_flush() call
by Brian Paul
· 14 years ago
e6f3e24
draw: setup pipe's draw pointer for the aapoint stage
by Brian Paul
· 14 years ago
b70610b
mesa: move PBO-related functions into a new file
by Brian Paul
· 14 years ago
7d8db55
mesa: always generate error in glColorTableParameter[fi]v()
by Brian Paul
· 14 years ago
9d20849
mesa: remove GL_SGI_texture_color_table support
by Brian Paul
· 14 years ago
7e161bc
svga: add assertions in svga_shader_type()
by Brian Paul
· 14 years ago
c699143
mesa: consolidate framebuffer target lookup code
by Brian Paul
· 14 years ago
fec2619
mesa: remove some old do-nothing code
by Brian Paul
· 14 years ago
1f9a0a4
mesa: reduce calls to _mesa_test_framebuffer_completeness()
by Brian Paul
· 14 years ago
b0fceae
mesa: reduce calls to _mesa_test_framebuffer_completeness()
by Brian Paul
· 14 years ago
ca1b551
mesa: s/mesaFormat/attFormat/
by Brian Paul
· 14 years ago
790c731
r300g: set the correct HiZ clear value
by Marek Olšák
· 14 years ago
4609be4
r300g: update derived state before uploading vertex buffers
by Marek Olšák
· 14 years ago
fbedd9c
u_vbuf_mgr: compute user buffer size for instance data from instance_count
by Marek Olšák
· 14 years ago
2f66588
r300g: fix printing whether Z compression is enabled
by Marek Olšák
· 14 years ago
ebf69f2
r300g: disable HiZ permanently if the the depth function is inverted
by Marek Olšák
· 14 years ago
d99ec70
r300g: fix HiZ memory size computation and deciding when to use HiZ
by Marek Olšák
· 14 years ago
5f44fab
r600g: add missing evergreen INT_TO_FLT to r600_bc_get_num_operands
by Alex Deucher
· 14 years ago
3f60004
rgtc: fix void pointer arith.
by Dave Airlie
· 14 years ago
0a163cf
glsl: Enable GL_OES_texture_3D extension for ES2.
by Kenneth Graunke
· 14 years ago
eb63934
glsl: Use reralloc instead of plain realloc.
by Kenneth Graunke
· 14 years ago
c33e091
r600g: indentation fixes
by Jerome Glisse
· 14 years ago
ab824a0
r300g: initialize SC_SCREENDOOR
by Marek Olšák
· 14 years ago
d1dbbf7
r300g: disable hyper-z on rs6xx+
by Marek Olšák
· 14 years ago
9389313
mesa: Add texcompress_rgtc.c to SConscript.
by Vinson Lee
· 14 years ago
83ebc01
mesa/st: add RGTC format support.
by Dave Airlie
· 14 years ago
903726d
swrast: add RGTC support
by Dave Airlie
· 14 years ago
8d47c91
mesa: Add RGTC texture store/fetch support.
by Dave Airlie
· 14 years ago
e792e79
mesa: make_float_temp_image non-static
by Dave Airlie
· 14 years ago
e3709c2
rgtc: llvmpipe/softpipe refuse RGTC until u_format has support.
by Dave Airlie
· 14 years ago
0495425
r300g: force swizzles for RGTC
by Dave Airlie
· 14 years ago
96bbc62
r600g: implement instanced drawing support
by Christian König
· 14 years ago
bce4f9a
st/mesa & v_bug_mgr: two small instanced drawing fixes
by Christian König
· 14 years ago
0a17444
Revert "r600g: Don't negate result of ABS instruction"
by Dave Airlie
· 14 years ago
0ab7dcd
r600g: Process TRUNC with tgis_op2
by Fabian Bieler
· 14 years ago
b6d4021
r600g: Don't negate result of ABS instruction
by Fabian Bieler
· 14 years ago
d42c943
i915g: implement cache flushing
by Daniel Vetter
· 14 years ago
f90fa55
i915g: buffer validation for blitter
by Daniel Vetter
· 14 years ago
3420160
i915g: buffer validation for render state
by Daniel Vetter
· 14 years ago
Next »