Jakob Bornecrantz
ba344753b1
tests: Added a test for a strange bug in texstore_a8
17 年之前
Brian Paul
b1eff0228b
mesa: add fwd decl of fill_in_entrypoint_offset()
17 年之前
Brian Paul
9a2c70f075
gallium: added new st_set_framebuffer_surface()
This allows the winsys to explicitly specify gallium surfaces for a
framebuffer object.
17 年之前
Brian Paul
19f872f2ec
mesa: fix ReadBuffer initialization
17 年之前
Brian Paul
a668b43568
egl: use RTLD_LAZY
17 年之前
Brian Paul
0cf79316d0
egl: omit libmesa.a glapi.c from library
17 年之前
Brian Paul
51f24ef5ba
gallium: remove duplicated u_mm.c in file list
17 年之前
Brian Paul
414b535134
gallium: more FEATURE_x tests
17 年之前
Brian Paul
03d579aa19
mesa: FEATURE_dispatch to control dispatch table usage
17 年之前
Brian Paul
1496bba429
egl: call st_get_proc_address()
17 年之前
Brian Paul
5ebd8495b3
gallium: added st_get_proc_address()
17 年之前
Brian Paul
29d632efbc
mesa: refactor: move GetProcAddress code from glapi.c into new glapi_getproc.c file
17 年之前
Brian Paul
04996bcef6
gallium: added FEATURE_x tests
17 年之前
Brian Paul
8a369b909a
mesa: s/GL_POLYGON+1/PRIM_OUTSIDE_BEGIN_END/
17 年之前
Brian Paul
c366fd83b6
mesa: add parenthesis
17 年之前
Jakob Bornecrantz
666b771e51
mesa: _mesa_texstore_s8_z24 now supports depth only uploads
17 年之前
Michal Krol
28ac7d37fe
gallium: Remove PIPE_FORMAT_A8UB8UG8SR8S_NORM definition.
17 年之前
Jakob Bornecrantz
081c05605f
i915: Fix for s8_z24 textures not being shown
17 年之前
Jakob Bornecrantz
a1524162bf
mesa: Added _mesa_texstore_s8_z24
17 年之前
Brian Paul
3bf8fb6486
mesa: fix inconsistent use of GL_UNSIGNED_INT vs. GL_UNSIGNED_INT_24_8_EXT for Z unpacking
17 年之前
Michal Krol
4539410d71
gallium: Add facilities for mixed pipe formats.
17 年之前
Brian Paul
318f00ae9f
gallium: need to flush bitmap cache when raster color changes
17 年之前
Brian Paul
93deede760
gallium: check if sampler->max_lod < sampler->min_lod
17 年之前
Brian Paul
3ccbde627e
mesa: make mm.c use unsigned ints for offsets.
If you have a GPU using this code and it has the offsets up in this space,
this fails.
cherry-picked from master
17 年之前
Jakob Bornecrantz
5805a9e328
i915: Made region pool a slabpool
17 年之前
Jakob Bornecrantz
d9d1e39d95
i915: Max and Min lod now works
17 年之前
seventh guardian
7db9034b04
added ARCH_FLAGS
17 年之前
Jakob Bornecrantz
4e52fa9b91
git: Updated .gitignore files
17 年之前
Michal Krol
64d854ebf7
util: Use pf_get_size().
17 年之前
Brian Paul
8b11fa4d44
mesa: move some glapi bits around
Move _glapi_proc typedef from glapitable.h to glapi.h
Also, don't include glapitable.h from glapi.h
Before we were including the huge glapitable.h file in every .c file.
17 年之前
Brian Paul
e9a6832737
mesa: remove some temp debug code
17 年之前
Brian Paul
2b4e2841a7
mesa: check FEATURE_ARB_occlusion_query
17 年之前
Brian Paul
be16f04e76
egl: added a debug msg
17 年之前
Jakob Bornecrantz
3da77b33bb
i915: Improved the not used tile code
17 年之前
Jakob Bornecrantz
d89b1e4a03
trivial: Update clear-undefined
17 年之前
Jakob Bornecrantz
907b753ae6
mesa: Fix libglapi.a build for dri
17 年之前
Jakob Bornecrantz
d1397fd779
i915: Fix offsets not being used for surface targets
17 年之前
Jakob Bornecrantz
c341094921
i915: Fix most of the clear problems
trivial/clear-undefined still fails
17 年之前
Jakob Bornecrantz
39bd7eb6dc
trival: Added test for undefined context of buffer
17 年之前
Brian Paul
2cc1b7c742
gallium: another attempt at fixing libglapi.a compilation for DRI builds
If building for DRI, make a dummy/empty libglapi.a for now.
17 年之前
Brian Paul
9350fd62b6
mesa: fix typo: s/stacks/stack/
17 年之前
Michal Krol
62f03a9ecc
gallium: Fix PIPE_FORMAT_A2B10G10R10_UNORM definition.
Whoops!
17 年之前
Michal Krol
b03a0373a2
gallium: Add PIPE_FORMAT_A2B10G10R10_UNORM.
17 年之前
Michal Krol
6f548c88e2
gallium: Allow pipe format component sizes to be specified
with finer granularity.
This will allow us to define A2R10G10B10 format.
17 年之前
Michal Krol
b850453497
mesa: Remove duplicate code.
17 年之前
Jakob Bornecrantz
de35bf5bdc
i915: Messed up lineloop now works
17 年之前
Jakob Bornecrantz
e9b8df69b4
i915: Support all primtive types in vbuf path
17 年之前
Zack Rusin
314c460604
silly bug: it's PROGRAM_VARYING
17 年之前
Zack Rusin
3911ef0327
glsl: make sure we replace all output reads with temporaries
test in if.glsl
17 年之前
Brian Paul
e961a5da77
mesa: add some #if FEATURE_x tests
17 年之前