aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri
Commit message (Collapse)AuthorAgeFilesLines
* fix typo causing a segfault when a vertex program uses more than 96 parametersRoland Scheidegger2006-08-301-1/+1
|
* Check mesa_vp->Base.NumInstructions == 0 instead of mesa_vp->Base.String toBrian Paul2006-08-282-2/+2
| | | | determine if we actually have a program. See "[r300] TCL fallback with Quake3".
* remove unused varBrian Paul2006-08-281-1/+0
|
* fix the check for force_s3tc_enable (bug 8042)Brian Paul2006-08-281-1/+1
|
* close #6318Aapo Tahkola2006-08-271-7/+4
|
* Fix bug 8010 - locking issues.Alan Hourihane2006-08-261-4/+2
|
* fix #8008Aapo Tahkola2006-08-261-8/+4
|
* include texobj.h to silence warningBrian Paul2006-08-251-0/+1
|
* Add a couple of the missing GL 2.0 functions. Enable GLX protocol forIan Romanick2006-08-251-11/+15
| | | | | glBlendEquationSeparateEXT. Add missing enum "get" information for GL_EXT_texture_filter_anisotropic.
* fix bad casts, carry over r200 fix to check for null program string in ↵Brian Paul2006-08-241-2/+5
| | | | r300_translate_vertex_shader()
* Check for NULL program string in r200_translate_vertex_program().Brian Paul2006-08-241-2/+18
| | | | | Fixes bug reported by Chris Rankin. Added some new comments.
* GL_EXT_paletted_texture functions should alias GL_SGI_color_table functions.Ian Romanick2006-08-241-32/+14
| | | | | | | | | | The functions for GL_EXT_paletted_texture that do not share GLX protocol with GL_ARB_imaging are supposed to alias the similar functions from GL_SGI_color_table. They didn't. This patch corrects this problem and enables GLX protocol for both extensions. Since this removes 3 entries from the dispatch table, this change creates a lot of changes in the generated files.
* Check if mesa_vp->Base.Parameters is null before dereferencing (bug reportBrian Paul2006-08-241-3/+6
| | | | | from Chris Rankin). Also, fix some bad casts.
* silence warningBrian Paul2006-08-231-2/+1
|
* Added _mesa_lookup_program() and _mesa_lookup_bufferobj() functions to avoidBrian Paul2006-08-233-10/+11
| | | | | | a lot of casting elsewhere. Use _mesa_lookup_texture() in tdfx driver, use _mesa_lookup_bufferobj() in r300 driver.
* remove duplicate pieces of code.Aapo Tahkola2006-08-222-41/+4
|
* extend some DrawRangeElements cases to support rendering more than 65535 ↵Aapo Tahkola2006-08-223-6/+39
| | | | verts in one blast. ut2k4 cases in other words ...
* fix broken write-only depth setting. use early z where possible.Aapo Tahkola2006-08-221-126/+117
|
* remove the now confusing option to manually enable software ARB_vp if drm is ↵Roland Scheidegger2006-08-192-4/+2
| | | | not new enough on r200
* Fix writemasks on texture arb fp instructions.Alan Hourihane2006-08-1811-38/+64
| | | | Cleanup invarient state emission.
* change tex memory allocation calls (debian bug 383209)Brian Paul2006-08-161-2/+1
|
* Enable support for GL_EXT_gpu_program_parameters for R300.Ian Romanick2006-08-152-1/+3
|
* Add support for GL_EXT_gpu_program_parameters. Any driver that enablesIan Romanick2006-08-151-0/+22
| | | | | either GL_ARB_vertex_program or GL_ARB_fragment_program should enable this extension as well.
* gcc-4.1.1 compile fixAapo Tahkola2006-08-121-4/+4
|
* Add comments explaining a couple "mystery" bits.Ian Romanick2006-08-121-1/+13
|
* Fix long standing bug that prevented newer drivers from working withIan Romanick2006-08-112-529/+531
| | | | | | | | older libGL. The data in extension_helper.h erroneous instructed drivers to expect all functions with establised offsets, even those not in the ABI, to have a specific offset allocated. This is just wrong. A function is either in the ABI and has a set offset or a function is not in the ABI and has a re-map offset.
* support shorts as vertex dataAapo Tahkola2006-08-116-582/+349
|
* Add padding to match the current xf86-video-intel DDX->DRI interface.Eric Anholt2006-08-101-0/+20
|
* Add Intel i965G/Q DRI driver.Eric Anholt2006-08-09112-0/+37928
| | | | | This driver comes from Tungsten Graphics, with a few further modifications by Intel.
* fix #6991Aapo Tahkola2006-07-312-21/+10
|
* Add support for GL_MESA_shader_debug.Michal Krol2006-07-301-0/+38
|
* r300_emit.h cleanup.Jerome Glisse2006-07-275-217/+240
| | | | | | | Remove unused macro Replace LOCAL_VAR, PREFIX* Indent code Remove radeon redundant CP type 3 packet
* Some structure renaming. Prefix vertex/fragment-related structs withBrian Paul2006-07-2010-43/+52
| | | | "gl_" to match other structs.
* A small logic error.Rune Petersen2006-07-151-1/+1
| | | | | | | | We need to call do_swizzle() when the scaler _or_ vector unit have a swizzle other 000/ZERO/111/ONE. This ensures that the gloss on banners in ut2004 is not angel-dependent (since when was banners glossy?).
* LIB_DIR is now just 'lib' or 'lib64'Brian Paul2006-07-133-11/+11
| | | | | Replaced $(LIB_DIR) with $(TOP)/$(LIB_DIR), use LIB_DIR in install targets. Patch by Hanno Böck.
* fix another memleakTilman Sauerbeck2006-07-121-0/+4
|
* _mesa_destroy_context() frees radeon->glCtx so we must not access it afterwardsTilman Sauerbeck2006-07-111-5/+6
|
* Revert the SiS and Unichrome DRM version check changes.Thomas Hellström2006-07-112-45/+2
|
* The SiS and Unichrome drivers assume that the handle to theThomas Hellström2006-07-106-15/+55
| | | | AGP map is equivalent to the AGP physical address. Fix this.
* Fix #7195Aapo Tahkola2006-07-092-2/+20
|
* R300_RR_ROUTE_1 still needs to be initialized.Aapo Tahkola2006-07-051-0/+2
|
* Add R300_VAP_CNTL 0x2140 and cosmetic cleanup.Jerome Glisse2006-07-041-395/+498
|
* enable hw antialiasing (Martijn van Oosterhout)Brian Paul2006-07-041-2/+27
|
* additional clipping/viewport fixes (Martijn van Oosterhout)Brian Paul2006-07-031-0/+11
|
* some minor simplifications (same as in r300 driver) since mesa's internally ↵Roland Scheidegger2006-07-031-23/+17
| | | | used swizzle and writemask flags are identical to the bits used on the hardware, use a macro to error out if these assumptions are no longer true.
* check if radeon_drm.h from libdrm is new enough, otherwise print an error to ↵Roland Scheidegger2006-07-031-0/+4
| | | | make it easier to figure out why it won't compile...
* Add copyright header and minor cleanup.Jerome Glisse2006-07-031-8/+37
|
* fix clipping bug on context change (Martijn van Oosterhout)Brian Paul2006-07-031-0/+9
|
* initialize offset to avoid bogus warnings from valgrindTilman Sauerbeck2006-07-011-1/+1
|
* Vertex/fragment program patches (Rune Petersen)Brian Paul2006-06-302-5/+5
|